Vaadin Spring (Vaadin 8) Seems No Nice 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 still no Table class for that pagination.

I also went to StackOverflow, 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