Reputation: 1
I'm using Vaadin Spring (Vaadin 8) and looking for a nice pagination component.
I found this
https://vaadin.com/directory/component/pagination
,but I thought that it's not work even I followed its doc. There is no Table class for that pagination.
I also went to another Stackoverflow posts, they suggested about PagedTable
(https://vaadin.com/directory/component/pagedtable) (Vaadin 7)
and Vaadin 8 (https://vaadin.com/directory/component/gridextensionpack-add-on)
It involves with PagedContainer and there is still no PagedContainer in my Vaadin 8
What should I do now?
Thank you in advance
Upvotes: 0
Views: 404