Skip to content

Releases: Itvisors/mendix-DataTables

Additional fix for unlimited state save duration

30 Sep 04:45
Compare
Choose a tag to compare

For state with unlimited state save duration, the settings still could be lost after a few days.

Added state save duration property

08 Aug 05:36
Compare
Choose a tag to compare

Added state save duration property

Fix for Mx7.23.x issue with subscriptions

28 Feb 08:38
Compare
Choose a tag to compare

Fix for Mx7.23.x issue with subscriptions

Show/hide columns in microflow logic

19 Dec 14:25
Compare
Choose a tag to compare

New attribute to contain a list of column index values to show only these columns.

Updated test / demo project to Mx 7.13.1

Show progress bar during get data

08 Nov 13:35
Compare
Choose a tag to compare

Optionally, show a progress bar while getting data. Off by default. Include current form as origin when calling button microflows.

Small enhancements and fixes

29 Oct 08:47
Compare
Choose a tag to compare

Enhancements:

  • Apply attribute search on attribute over a (multilevel) association.
  • Allow control of infinite scroll buffer size
  • Optional progress bar for selection buttons.
  • Added separator header for CSV export

Fixes:

  • Load all DataTables modules at widget creation. The dynamic loading had timing issues in some situations while the performance gain was minimal.
  • Do not save scroll position in client state when state saving is enabled.
  • Fix occasional error when reloading an empty table which has infinite scroll enabled.

Updated test project

10 Feb 10:22
Compare
Choose a tag to compare

No widget changes. Updated test project to Mx6.10.2 and updated appstore modules. Ready for Mx7

Fix release

19 Dec 16:59
Compare
Choose a tag to compare

Properly implement multicolumn sort, disabled by default. Fix for multiple DataTables on one page.

Be sure to update the DataTables export module in your projects!

Fix release

07 Nov 13:49
Compare
Choose a tag to compare

New functionality

  • Allow group digits on integer and long too.
  • New attribute property which allows you to specify whether the scroll position must be maintained after a full refresh.
  • New property to prevent the user from clearing the selection

Fixes

  • Minor upgrade to the DataTables library used in the widget
  • Cell styling feature caused slow table rendering. New column property TD data attribute added to turn this on for specific columns only.
  • When an object is changed with refresh in client, the widget will keep the current scroll position when using infinite scroll
  • Fix issue with td attribute name and column reorder where attribute name was set on incorrect column

Row styling and export data

25 Oct 13:40
Compare
Choose a tag to compare
  • Style a cell in a row based on a boolean or enum in the row
  • Enable/Disable buttons based on a boolean or enum in the row
  • Horizontal scrolling
  • Export data to CSV