Column visibility goes out of bounds when there are a lot of columns
Column visibility goes out of bounds when there are a lot of columns
joyson
Posts: 22Questions: 5Answers: 0
Hi,
I have a table with a lot of columns around 70. I am using the column visibility extension to hide and show the columns. But in my case as the number of columns is high, the scroll dropdown goes out of bounds and creates a bad UI. Is there a way where there would be a scrolling option within the column visibility dropdown.
Regards,
Joyson.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I have put together a jsfiddle for this issue.
http://jsfiddle.net/25ykc4um/8/
You could use a different layout, like this example.
There is no built in option for scrolling the list, but I'm sure you could do it with CSS. Just set a height and overflow: auto.
Allan
Thanks Allan,
I used the height and overflow: auto.
Regards,
Joyson.