- Removed unnecessary console logging.
- Fixed issue with
GroupComponentfunction bindings - Fixed issue with progressive scroll attempting to load data beyond final page when initializeing if all data has been loaded and the table viewport is still not full.
- Fixed double firing of internal
row-addedevent. - Adding rows to the table when using column calculations and data trees no longer throws an exception
- The
getRowsfunction no longer returns calc rows when passed thevisibleargument - The value of a the currently editied cell is now saved before creation of a new row when using
tabEndNewRow - Fix error with
getParentColumnfunction always returning false - Collapsed data is now correctly shown when
responsiveLayoutis set tocollapseand theresponsiveLayoutformatter is in use - Interaction events in nested tables no longer trigger console errors
- Fixed footer layout issues when using pagination and bottom calculations
- Sorting of data should no longer alter table vertical scroll position
- Fixed typo in
data-refreshinginternal event name - The placeholder text now remains horizontally centered in the table viewport at all times, and the text wraps if it does not fit in the available space