Nextras Datagrid
Easy to use datagrid with powerfull API.
Installation
Use composer:
$ composer require nextras/datagrid
Docs & sources
-
v3.1.0 3.1.0
The next major version 3.1.0 is out!
🌿 What has changed:
- switched to (support) Nette 3.0 - thanks @mark-31
See full commit changelog.
-
v3.0.1 3.0.1
The next patch version 3.0.1 is out!
🎋 What has changed:
- fixed compatibility with Nette's redrawControl() causing Compile Error in PHP 7.2, thanks @vymak, #90
See full commit changelog.
-
v3.0.0 3.0.0
The next major version 3.0.0 is out!
🎉 🌮 What has changed:
- total reworked & fixed compatibility for Latte 2.4;
- removed dependency on redefined macro, just use standard define macro! (so much wow!);
- enhanced documentation;
- added global actions support #9;
- added
cell-edit-*
support for custom inline edit cell rendering #31; - fixed support for PHP 7.2;
- fixed preserving empty filter when empty state is not the default one;
- fixed three state sorting when default state is not null, #37;
- fixed getter when column name may be virtual and value optional, #45;
- fixed unnecessary two request during non-ajax paging, #47;
- fixed ordering by undefined columns;
- fixed showing/hiding global action cells;
- added
getColumn()
method, #50; setFilterFormFactory()
accepts a null, #49;
See full commit changelog.
-
v3.0.0-rc2 3.0.0 RC2
The second RC of the next major version 3.0.0 is out!
- fixed including template with dynamic blocks
- fixed ordering by undefined columns
- fixed showing/hiding global action cells
- fixed dependencies
- see full commit changelog from the last RC
-
v3.0.0-rc1 3.0.0 RC1
First RC of the next major version 3.0.0 is out!
- enhanced documentation
- added global actions support #9
- added cell-edit-* support for custom inline edit cell rendering #31
- see full commit changelog
-
v3.0.0-beta1 3.0.0 beta1
First beta of the next major version 3.0.0 is out!
- total rework for Latte 2.4 compatibility
- removed dependency on redefined macro, just use standard define macro! (so much wow!)
- enhanced documentation
- fixed preserving empty filter when empty state is not the default one
- fixed three state sorting when default state is not null, #37
- fixed getter when column name may be virtual and value optional, #45
- fixed unnecessary two request during non-ajax paging, #47
- added getColumn() method, #50
- setFilterFormFactory accepts a null, #49
- see full commit changelog