- Fix issue with column group headers triggering a console error when redrawn in classic render mode
- Fixed issue with double initialization of
FooterManager - Fixed regression in last release, prevening use of the
footerElementoption while pagination is enabled - Replaced use of deprecated
substrfunctionality withslice - Improved webpack tree shaking config to prevent removal of stylesheets
- Added new
layout-refreshinginternal event to allow tracking of layout process - Fixed multiple calls of frozen columns module
layoutfunction when redrawing table - Using a combination of
fitDataFilllayout mode and a frozen right column, no longer displayes an unneeded horizontal scroll bar - The
rowSelectionformater will now correctly handle uses of thectrlandshiftkeys when theselectableRangeModeoption is set toclick - Fixed column calculation issue when
groupBy,dataTree,dataTreeStartExpandedanddataTreeChildColumnCalcsoptions used togeather. - The
columnResizedevent is now only fired if the width of a column actually changes, simply clicking on the resize handle without moving will not fire the event. - When a column is resized to fit its data by double clicking on the resize handle, the
columnResizedevent is now triggered after the recalculation of the columns width