Grid pagination help
You can use this addon: Grid Pagination - Vaadin Add-on Directory

thanks i am getting this error with this add-on
Do you use the PaginatedGrid ? like here Vaadin Add-on Directory
hello, this it seems that it is only “paginated” in the front-end, i.e. all data loaded and paginated in the view. I maybe wrong but that’s how I see it.
What I needed is something that can easily integrate with JPA’s Pageable, i.e. actually fetch a page at a time.
The data fetching is done by the data provider. You have an example with spring here: Binding Items to Components | Data Binding | Vaadin Docs