Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
Grid Listeners
I wonder if it is possible to later add a listener in compoente grid to take the scroll action? The idea is the same component "On-Demand Data" available in the demo Primefaces: http://www.primefaces.org/showcase/ui/data/datatable/scroll.xhtml
Hi,
If you’re using the <vaadin-grid> Web Component (not the Framework, server-side Java version), you can do the same thing as shown in the documentation: https://vaadin.com/docs/-/part/elements/vaadin-grid/datasources.html#changing_data_source_size_dynamically (scroll down to the correct "Changing data source size dynamically" example).