I am attempting to show a table from a database. There is a realtively large number of columns in the table (~50), and not all may be relavent to the user. So the implementation collapsed the majority of the columns except for some of the most frequently viewed ones. Then the user can use the column collapse selector to determine which columns they want to view
The problem is that with how many columns are available, the length of the selector extends beyond the screen, and can’t be scrolled. The only way I can view the whole list is to set my monitor into portrait mode. Is there a way to make the list of viewable columns scrollable?
I am using Vaadin version 7.4.5. I went back and re-added that portion of my code and still can’t scroll the columns in the selector. Is there a setting I need to set?