A data provider for Spring Data with support for paging and filtering
An easy way to connect a Vaadin Grid to a Spring backend.
Only requires you to implement
protected Page fetchFromBackEnd(Query<T, Object> query, Pageable pageable) protected int sizeInBackEnd(Query<T, Object> query) protected List getDefaultSortOrders()
and deals with paging internally.
Install
Framework Support
Browser Independent
Install with
Release notes - Version 2.1.0
Built for Spring Boot 2.2