Fixed
- Fixed an issue with an error being thrown when lazy loading columns on a setup with Nested Headers + Hidden Columns. #7160
- Fixed column header sizes not being updated on
updateSettings
calls containingcolumns
. #7689 - Fixed functional keys' behavior, to prevent unexpected editing. #7838
- Fixed missing collapsible indicator on IE. #8028
- Fixed support for row and column headers in the
parseTable
utility. #8041 - Fixed a bug where not providing a data object with the
nestedRows
plugin enabled crashed the table. #8171 - Vue: Fixed an issue where adding rows to a Handsontable instance wrapped for Vue resulted in additional rows being inserted at the end of the table. #8148
- Vue: Fixed a problem in the Vue wrapper, where destroying the underlying Handsontable instance caused it to throw errors and crash. #8311
- React: Fixed a problem in the React wrapper, where destroying the underlying Handsontable instance caused it to throw errors and crash. #8311
- Angular: Fixed a problem in the Angular wrapper, where destroying the underlying Handsontable instance caused it to throw errors and crash. #8311
Added
- Added new documentation engine #7624