HANDSONTABLE v9.0.2 Release Notes

Release Date: 2021-07-28 // over 2 years ago
  • ๐Ÿš€ For more information on this release, see:

    ๐Ÿ›  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 containing columns. #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