Dreammaker Oam
Dreammaker Oam

Reputation: 1

Vaadin Spring (Vaadin 8) Not Found Any Pagination Components

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

Answers (1)

AMahdy
AMahdy

Reputation: 133

You can use PagedDataProvider instead, it has been renamed since Vaadin 8 does not use containers anymore. Seems like a bug in the add-on documentation.

I've already proposed a documentation update, so you can track it.

Upvotes: 1

Related Questions