Hi, anytime this will be updated to work with Vaadin 14+ ? Currently it does not work with com.vaadin.flow.** as it uses the old com.vaadin.ui.**
I have to create a custom Pagination component based on com.vaadin.flow.**
Hi, anytime this will be updated to work with Vaadin 14+ ? Currently it does not work with com.vaadin.flow.** as it uses the old com.vaadin.ui.**
I have to create a custom Pagination component based on com.vaadin.flow.**
I did had a look at that component but it has very little documentation and examples. From the examples, 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.
Anyway, I managed to use the code from the Pagination class and make another custom class with com.vaadin.flow.**