How could I add this grid to a layout in Vaadin 8?
Hi,
This addon is actually build for Vaadin 10+. It could be made to work also for Vaadin 8 but it requires quite some rewrite of its implementation. It could be done by using the [Elements Add-on]
(https://vaadin.com/directory/component/elements-add-on) in order to have the [plutonium-pagination]
(https://vaadin.com/directory/component/klaudetaplutonium-pagination) web-component integrated into Vaadin 8 and for the rest of the implementation it is quite easy as it makes use of DataProvider which hasn’t change a lot from 8 to 10+
I can see that there is already a Pagination add-on for Vaadin 7+ and 8+ that would serve your purpose better.
[Pagination Add-on]
(https://vaadin.com/directory/component/pagination)