Pagination

Hi!, someone know if is posible do pagination with slazy loading?, so i have now pagination with four buttons(first,next,etc…), but when i click on next, the query is enter again and retrieve all elements?
then, i found a second example but, with the scroll, is posibly modify the lazy loading with buttons???
of course in Vaadin8 with Grid…

Thanks…

With Vaadin 8 you could use PagedDataProvider from this add-on and investigate the demo.

https://vaadin.com/directory#!addon/gridextensionpack-add-on

You have an example about myBatis, or a class for querys? or how to configurations…
thanks.