- Fixed regression in grouped rows module that resulted in a console error when editing a cell when the
groupUpdateOnCellEdit
option was used - Movable columns now correctly scroll the header when moving columns off the visible area of the table
- The
scrollToColumn
function and column componentscrollTo
function now work when using grouped columns - The default
columnCalcs
option value oftrue
now correctly hides the table column calculations when grouping is enabled, even when the group by value isnt in an array - When using the
columnCalcs
option with value oftrue
and row grouping enabled, when you add or remove grouping using thesetGroupBy
function, the table level calculation rows will now be correctly added and removed as needed