- When using a mask on an editor, ctrl and meta key actions are now allowed through
- Fixed context issue with table popup tool destroyed binding
- Fixed initial value lookup on value resolution for undefined cells in the
listeditor - Improved efficiency of row formatting in export module
- Memory leak on destroying a table using the print module has been fixed
- The
updateDatafunction now correctly rejects its returned promise if invalid row data is passed to it. - The
addRowfunction now correctly adds rows to the table in the position defined - Updating the
headerFilterPlaceholdercolumn definition option with theupdateDefinitionfunction on the column component now works correctly - Row selection is now correctly restricted to actual rows only, not calculation rows or group headers
- Fixed regression in
placeholderoption that was preventing HTML Elements from being passed to the option - The
onRenderedcallback is now correctly triggered for editors when used as header filters - The export module will now only map default styles over an element if it does not already have those styles set
- When formatting a row on export, the
getElementfunction on row component passed to the formatter will now correctly return the exported element - Fixed regression in
getRowsandgetDataCountfunction when passing in theselectedargument - Fixed issue with Grouped Rows module trying to redraw the table while wiping rows