Hi All,
What is F here?
Class PaginatedGrid<T, F>
Type Parameters:T -
Hi All,
What is F here?
Class PaginatedGrid<T, F>
Type Parameters:T -
I also didn't figure out how not to use F. So I installed version 2.0.9 (without F).
You do not need F, You can put ? in the F for example
private final PaginatedGrid<Customer, ?> grid = new PaginatedGrid<>(Customer.class);
Check Unit test as a reference here https://github.com/parttio/grid-pagination/blob/master/src/test/java/org/vaadin/klaudeta/DemoView.java