contributte / datagrid

:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc

Home Page:https://contributte.org/packages/contributte/datagrid/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No items when disabled pagination

radekdostal opened this issue · comments

Hi, when I use setPagination(FALSE) with NetteDatabaseDataSource, no items are found - no SQL query was executed. Tested on v6.9.0 - v6.9.2.

Actually this happen only with NetteDatabaseDataSource v2.1.0, v2.0.1 is fine.
Another problem (with setPagination(TRUE)) is that inlineEdit and itemDetail buttons are dead (no response).