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

joysonjoyson 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

Answers

  • joysonjoyson Posts: 22Questions: 5Answers: 0

    I have put together a jsfiddle for this issue.
    http://jsfiddle.net/25ykc4um/8/

  • allanallan Posts: 61,946Questions: 1Answers: 10,158 Site admin
    Answer ✓

    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

  • joysonjoyson Posts: 22Questions: 5Answers: 0

    Thanks Allan,

    I used the height and overflow: auto.

    Regards,
    Joyson.

This discussion has been closed.