- Table now correctly maintains horizontal scroll position when header sort is triggered
- Table now correctly maintains horizontal scroll position when header filter is triggered
- Rows are now dethatched from groups when table is wiped, preventing console error messaging
- The
movableColumns
table option now correctly respects its default value - Luxon based formatters now cast values to strings to allow correct format processing without errors
- Luxon based sorters now cast values to strings to allow correct format processing without errors
- Selectable Row persistence on sort/filter is now correctly enabled by default
- The interaction monitor now correctly handles mouse events on the table when the table is created from an HTML
table
element - The GroupRow module now reinitializes when the
setGroupBy
function is called - Column header
hr
tags are now correctly parsed fortabulator-
prefixed attributes when loading table from HTMLtable
element - Exception no longer thrown when calling
updateRow
function - Option chaining has been removed from the code base to improve ESM importing for older environments
- 'CalcCompononet' is now correctly bound to row component so functions like
getData
can now be successfully called on it - Ajax progressive loading in
scroll
mode no longer throws a console error when the table has been scrolled to the last page - An unneeded initialisation warning has been removed from the
getRows
function