Releases: Itvisors/mendix-DataTables
Releases · Itvisors/mendix-DataTables
Additional fix for unlimited state save duration
For state with unlimited state save duration, the settings still could be lost after a few days.
Added state save duration property
Added state save duration property
Fix for Mx7.23.x issue with subscriptions
Fix for Mx7.23.x issue with subscriptions
Show/hide columns in microflow logic
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
Optionally, show a progress bar while getting data. Off by default. Include current form as origin when calling button microflows.
Small enhancements and fixes
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
No widget changes. Updated test project to Mx6.10.2 and updated appstore modules. Ready for Mx7
Fix release
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
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
- 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