Hi
I’m using Vaadin and I have a table that should display data from a configuration file.
My table has app 300 rows and 11 columns and I want to make it selectable.
I can display the table fine and the scrolling works ok but the selection feels very slow. After several attempts I realized that the slowness has to do with the amount of columns
Up to 7 columns it is ok but beyond that it becomes very slow to the point of becoming unusable.
Do you have any insights on how to make selection more responsive
Terveisiä
Carlos
BTW The page is inside a tabsheet and I have kept tho options to a minimum, with only strings on the data and no special components on the table