datagrid
datagrid copied to clipboard
:muscle: DataGrid for Nette Framework: filtering, sorting, pagination, tree view, table view, translator, etc
I don't think the data source should be the client since it's quite pointless to provide to filter condition
When Datagrid is used with common database like data sources, it is common, that receiving total count for paging cost extra one query. When working with REST API datasource it...
We should set some expectation on future 7.x development. Changes: - ✅ Drop jQuery - ✅ Drop jQuery in datargid assets (#1036) - ✅ Drop nette.ajax.js in favour of Naja...
Fixed issue with naja2 int treeView when expending tree #1000
When DataGrid is switched into TreeView it renders items by separate template (`/src/templates/datagrid_tree.latte`). This template overwrites the base template `/src/templates/datagrid.latte`. But the treeview template does not define all snippets from...
The expression 'item-{$row->getId()}' should be put in double quotes ublaboo/datagrid v6.9.4 latte/latte v2.11.1
allow zero values in range filter for Nextras Data Source. Taken from Doctrine datasource
In method `TButtonRenderer::applyReplacements` is used `is_scalar()` which will result in deprecation warning if `$value` is float. Version used: v6.9.2