vaadin-component-factory / selection-grid-flow

Add the functionality to Vaadin Grid to focus on a particular row and column and select a range of rows with SHIFT/CTRL Click
https://incubator.app.fi/selection-grid-flow-demo/
Apache License 2.0
5 stars 8 forks source link

Selection doesn't work correctly for grids with thousands of rows #31

Open lipisak opened 3 years ago

lipisak commented 3 years ago

Hi, In the recent version we noticed that selection of huge amount of rows doesn't work. We use lazy loaded grids. We are on 14.7.1 Vaadin and version 5.0 of your component. It was working OK before upgrade to 5.0 (14.7.1)

Could you please check it?

Thanks JS

jcgueriaud1 commented 3 years ago

Hi,

I tried here https://incubator.app.fi/selection-grid-flow-demo/lazy and it seems to work. Do you have an example or more information? Like browser, java version,...