Releases: contributte/datagrid
Releases · contributte/datagrid
v5.3.2
Fixed:
- InlineAdd: Right click on cancel button does not trigger the cancel event anymore, it is also triggered by left mouseup, not mousedown
Changelog
v5.3.1
Fixed:
- When autosubmit is set to
false
and outer rendering true
, display submit button in collapsible filter block
- Fix for missing event.path in firefox, thx @jasir
Changelog
v5.3.0
Added:
- Enabled FilterSelect::setPrompt($prompt = NULL) for setting/resetting filter select prompt, thx @kuchy
- Added counter for showing selected rows count (could be disabled, but enabled by default) thx @dakorpar
Fixed:
- FilterRange + FilterDateRange undefined variables in DoctrineCollectionDataSource, thx @JanGalek
- Addd support for groupped NDBT selection, thx @temistokles
- Data items count after filtering in ArrayDataSource, thx @sallyx
- Some JS (using
.length
instead of .size()
)
Changelog
v5.2.4
Fixed:
- Fixed final enforcement on the SUM Aggregation (removed).
Changelog
v5.2.2
Added:
- Added custom renderer to SUM aggregation function
- Added IAggregatable interface for datasources
- Added IAggregatable support for DoctrineCollectionDataSource
Fixed:
- Update summary on data reload
Changelog
v5.2.1
Added:
- #507: Add n:block="tbody" to tag tbody.
- #512: Support nextras traversing in basic sortable usage.
- #515: Changed number of first record from 1 to 0, when no records.
- #516: Always show column with checkboxes when group actions is defined.
Fixed:
- #518: Fix MultiAction in treeview.
Changelog
v5.2.0
Added
- #506: DoctrineDataSource: use Paginator only when needed
- #513: Aggregation support for doctrine source
Changelog
v5.1.2
Fixed
- #447: Switched doctrine parameters to strings
- #483: Fix "The variable ‚rows‘ already exists"
- #488: Support for DateTimeImmutable
- #493: Changed number of first record from 0 to 1.
Changelog
v5.1.1
Fixed
- #479: Fixed filter escaping for dibi 2.x.
- #480: Fixed support of dibi 2.x.
Changelog