Hi, thank you for this great component! It improved our application UX so m

Hi,
thank you for this great component! It improved our application UX so much! There is one thing I’d like to note - there is a limitation note fore usage with the in-memory data providers, but the grid works with lazy loaded as well. So the limitation note is useless.

J.

I removed the limitation in the code but not in the description.
But the selection is fetching all the items selected:
So if someone clicks on the 1st row and shift click on the last row, it will fetch all the items from your database.

Yes that’s what I wrote. It works flawlessly. But the description note can be misleading for someone who would like to use this component.

I’ve updated the description.
You can use a lazy dataprovider for a Grid but not for a TreeGrid.

Great! Thank you for this great improvement for the Vaadin Grid. It makes it so much more usable in the enterprise applications!