Skip to content

Releases: contributte/datagrid

v5.3.2

11 Jun 11:27
Compare
Choose a tag to compare

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

11 Jun 11:08
Compare
Choose a tag to compare

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

10 Jun 17:35
Compare
Choose a tag to compare

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

24 Apr 20:05
Compare
Choose a tag to compare

Fixed:

  • Fixed final enforcement on the SUM Aggregation (removed).

Changelog

v5.2.3

23 Apr 19:50
Compare
Choose a tag to compare

Fixed:

  • #520: Fix of ajax response

Changelog

v5.2.2

20 Apr 13:16
Compare
Choose a tag to compare

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

19 Apr 18:37
Compare
Choose a tag to compare

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

19 Apr 07:13
Compare
Choose a tag to compare

Added

  • #506: DoctrineDataSource: use Paginator only when needed
  • #513: Aggregation support for doctrine source

Changelog

v5.1.2

20 Mar 07:22
Compare
Choose a tag to compare

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

01 Mar 12:47
Compare
Choose a tag to compare

Fixed

  • #479: Fixed filter escaping for dibi 2.x.
  • #480: Fixed support of dibi 2.x.

Changelog