- Fixed regression in
listeditor deprecated functionality check - Prevent
listeditor blur when mobile keyboard is shown - Removed unessisary console logging from the
listeditor - Fixed issue with column calculation updates when new row added while row grouping is enabled
- Fixed issue with data tree row parent lookup on uninitialized rows
- Console warning will now be displayed if a columns
maxWidthis set to be smaller than itsminWidth - Added compatibility console warning for the
dataTreeoption andmovableRows - Fixed issue when a grouped row is deleted when the history module is in use
- Fixed issue with the interaction monitor not correctly identifying which column header had been clicked when using grouped columns
- When finding a column based off its DOM element, grouped columns are now correctly traversed to find matching child columns
- Fixed width calculation rounding issue in
fitColumnslayout function that resulted in horizontal scrollbar appearing - Double clicking on a non-editable cell now correctly selects only the contents of that cell rather than the entire row
- fixed issue with internal render mode check not returning current render mode
- Row group visibility toggles now function correctly with the
basicvertical renderer - Collapsed row data is now correctly updated when row data is updated