Kreyu/data-table-bundle

Simplify pagination and data tables to return items by `getIterator()` method

Kreyu opened this issue · 1 comments

Kreyu commented
Simplify pagination and data tables to return items by `getIterator()` method

Proxy queries should now return an instance of ResultSet. The pagination is created by the DataTable itself, based on the ResultSet returned by the proxy query.