Handsontable

스프레드시트와 같은 외양과 느낌의 JavaScript 데이터 그리드.

Handsoncode사에서 공개
2016년 부터 ComponentSource에서 판매중

가격: US$ 979.02 버젼: 17.0.1 NEW 업데이스 날짜: Mar 25, 2026 5.00 별점 평균 리뷰5.00 별점 평균 리뷰5.00 별점 평균 리뷰5.00 별점 평균 리뷰5.00 별점 평균 리뷰 (1)

i

Handsontable is the new name for Handsontable Pro.

Handsontable V9.0.0

Released: Jun 1, 2021

V9.0.0 버젼 업데이트

기능

  • Added new formula plugin: HyperFormula.
    • High-speed formula calculations.
    • Function syntax compatible with Microsoft Excel and Google Sheets.
    • A library of 386 built-in functions available in 16 languages.
    • Support for wildcard characters.
    • Support for CRUD operations.
    • Support for cross-sheet references.
    • Support for multiple Handsontable instances.
    • Uses GPU acceleration for better performance.
  • Improved performance.
  • Upgraded eslint and eslint-related modules.
  • Added fit and fdescribe to restricted globals in test files.

수정사항

  • Fixed a problem with the column indicator of the Collapsible Columns plugin not being displayed properly on styled headers.
  • Fixed a problem with duplicated afterCreateCol hooks being triggered after undoing a removal of a column.
  • Fixed a problem with formulas not being calculated in certain conditions.
  • Fixed a bug with formulas displaying incorrect values after inserting new rows.
  • Fixed a problem with the AVARAGE formula being updated incorrectly.
  • Fixed a problem with the IF formulas not working properly.
  • Fixed a bug with using the clear method broke the formulas in the table.
  • Breaking change: New Formulas plugin, with an entirely different API. Removed the required hot-formula-parser dependency for the sake of an optional one, hyperformula.
  • Breaking change: Changed the afterAutofill and beforeAutofill hooks’ signatures.
  • Breaking change: Removed the deprecated plugins – Header Tooltips and Observe Changes.
  • Deprecated the beforeAutofillInsidePopulate hook.