Hello Klaudeta,
First of all, I would like to thank you for your “Grid Pagination” add-on, however, I faced with some issue in new version (v. 2.0.0), I’m getting “(TypeError):$0.observePageCount is not a function” once I try to render a
paginable greed with such parameters:
PaginatedGrid<Test> grid = new PaginatedGrid<>();
grid.setItems(Test.findAll());
grid.setPageSize(3);
grid.setPaginatorSize(5);
where Test.findAll() returns List of Test entities. Because of this error grid paginator works incorrectly, so that page numbers don’t displayed. I’m using Vaadin 14.0.0.rc7.
Could you tell me, how can I fix this issue? Thank you in advance.
Best regards,
Eugene