Hi All,What is F here?Class PaginatedGrid<

Hi All,

What is F here?

Class PaginatedGrid<T, F>

Type Parameters:T -

![18969380.jpg|1956x1156](upload://qVBVUKvD6ZUNNyzaH73kSwTNsPH.jpeg)

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