How to Adjust Width of Columns in the Dropdown of ColVis button in R Shiny

Below is my code snippet:

dom = 'Bfrtip', buttons = list(list(extend = 'colvis', columns = c(2, 3, 4), text = "Additional KPIs"))

How to add a parameter to change the width of the drop-down columns so that full name of the column is visible.

Below is the screenshot of the issue that I am facing:
image

This topic was automatically closed 54 days after the last reply. New replies are no longer allowed.