- Removed unnecessary console logging.
- Fixed issue with
GroupComponent
function 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-added
event. - Adding rows to the table when using column calculations and data trees no longer throws an exception
- The
getRows
function no longer returns calc rows when passed thevisible
argument - The value of a the currently editied cell is now saved before creation of a new row when using
tabEndNewRow
- Fix error with
getParentColumn
function always returning false - Collapsed data is now correctly shown when
responsiveLayout
is set tocollapse
and theresponsiveLayout
formatter 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-refreshing
internal 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