Hi, and thank you for the great package.
I am using downloadButtn with block=TRUE argument, with which I am stretching the button to fill the box it is in. However even though the button stretches, the only clickable part is the label of the button. Is there an easy way to stretch the link to cover the entire button and not just the label?
The exact button
downloadBttn(outputId = "filtered_csv", label = "Download CSV", style = "material-flat", color = "primary", size="sm", block = TRUE)
Thanks a lot!
Hi, and thank you for the great package.
I am using downloadButtn with
block=TRUEargument, with which I am stretching the button to fill the box it is in. However even though the button stretches, the only clickable part is the label of the button. Is there an easy way to stretch the link to cover the entire button and not just the label?The exact button
downloadBttn(outputId = "filtered_csv", label = "Download CSV", style = "material-flat", color = "primary", size="sm", block = TRUE)Thanks a lot!