I am using the version 2.0.1 together with Vaadin 14.1.3.
I have used setPaginatorSize(2), but when I click on next pages, it starts to show many page icons (hundreds of icons as the volume of data to display is important).
Is there a fix for this ?
Thanks
Hi,
any chance to have this issue fixed ?
It is surprising that for an advanced Web Framework solution like Vaadin, there is no native solution for Grid-Pagination (I mean a working solution).
Thanks
I have decided not to use this plugin but to use the native grid pagination feature where you need to implement a specific loader with support for pagination.