- Column header tooltip no longer defaults to
tooltipoption ifheaderTooltipnot set - Fixed issue with params specified in the
setDatafunction not being passed to a request ifajaxParamsoption not set - Fixed margin issues with data tree elements on redraw
- Data tree module now waits for columns to be loaded into the table before calculating the first column
- Data tree elements are now correctly regenerated when a cell value is changed
- The interaction monitor now correctly clears event listeners when the table is destroyed
- The interaction monitor now correctly handles
mouseenterandmouseleaveevents - The interaction monitor now correctly handles events generated on calculation rows
- The
scrollToRowPositionfunction now resolves if the row is already visible - Pagination console warning about missing response params, now pull their contents from the correct table options
- The header sorter arrow is now correctly aligned in RTL mode
- The
VerticalVirtualDOMrenderer no longer clears the minWidth of the table element on redraw - Bulk select/deselect of rows now triggers the
rowSelectedorrowDeselectedevents for each affected row, then triggers therowSelectionChangedonce when all selections have been changed XLSXdownloads now only contain merged cell data if the table contains merged cellsPDFdownloader now correctly handles grouped column headers- Optimised the
getElementfunction on theGroupcomponent, to prevent unnecessary regeneration of the component on every call.