Releases: miloslavkostir/DataGrid
Releases · miloslavkostir/DataGrid
Version 2.0.2
- Possible to call NiftyGrid\Grid::setDefaultOrder same as NiftyGrid\DataSource\NDataSource::orderData()
- New method NiftyGrid/DataSource/IDataSource::rowToArray()
Version 2.0.1
- Nette 2.4 compatibility
- Edits in JavaScript
- Bugs
Version 2.0.0
- Minimum version of Nette is 2.3
- prevent Nette\InvalidArgumentException: Value '$value' is out of allowed set [$set] in field...
- Nette 2.4. - deprecated errors fix
Version 1.2.2
- Nette 2.4. - deprecated errors fix
Version 1.2.1
- If there's not call parent::__construct() in descendant or translator isn't set explicitly in descendants constructor, translator is set in attached() and trigger notice
- HTML attributes in GlobalButton
- handleAddRow() is deprecated, use handleShowRowForm() with empty $id parameter
- grid.ajax.js - after form submit deselect checkbox in rows
Version 1.2.0
- Localization
- Bug with nette/forms 2.4
Version 1.1.1
- Better GlobalButton
- JS for AJAX
- Bugs
Version 1.1.0
- New feature MultiSelect filter
- Autocomplete allows searching mode "contains"
Version 1.0.1
- Default ordering way ASC
- Allow setting paginator template file
Version 1.0
v1.0 error in template path fixed