Releases: contributte/datagrid
Releases · contributte/datagrid
v5.1.0
v5.0.8
v5.0.7
v5.0.6
v5.0.5
v5.0.4
Added
- #426: Added expanding group action selection using shift key.
- Added "through-column" cpecifications for ActiveRow referenced/related columns (see http://ublaboo.org/datagrid/data-source#nette-database-table-data-source)
Fixed
- #436: Fix calling referred column.
Thanks for the contributions: @kuba93.
v5.0.3
v5.0.2
v5.0.1
v5.0.0
Added
- #276: Multi action column. (documentation)
- #386: Escape column identifier in DibiFluentDataSource.
- #387: Added latte block for outer filter.
- #388: Collapsible filters. (Possible BC break) (documentation)
- #404: Row condition for item detail. (documentation)
- #405: Sorting datagrid by multiple columns. (documentation)
- #413: Basic support for related columns in nette/database. (documentation)
- #417: Improved tests with unix compatibility.
- Option to show content of non-editable columns when editing. (documentation)
- Option to reset single column filter using icon-remove in column header.
Fixed
- #340: Inline edit Uncaught TypeError:
$.nette.ajax(...).success
is not a function. - #360: Each column render cycle adds already existing classes.
- #389: Session filter: Filter not found when modifying grid columns.
- #390: Fix sorting by date in ArrayDataSource.
- #395: Syntax error, unrecognized expression:
.datagrid-tree-item[data-id=]
. - #397: Icons have been unified to use
<i></i>
tag. - #400: Fix double confirmation before ajax call.
- #406: Fixed array source getCount method.
- #420: Unable to add placeholders for range filters.
- Column name escaping for DibiDataSource.
Dropped
- Support of PHP 5.5
Deprecated
Thanks for the contributions: @dakorpar, @roman-vohnik, @PingusPepan, @attreid, @FVesely & @jakubvojacek.