I need a paging toolbar for server-side paging operations. I don’t want to calculate query count. Toolabar should have only forward/backward arrows and a textfield(editable) showing current page.Does Vaadin have a component for this purpose?
There is a
PagingComponent addon, which might not be exactly what you want but you could use it as a starting point - although this should be very easy to implement also from scratch just by composing a few standard components.