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 V11.0.0

Released: Nov 17, 2021

V11.0.0 버젼 업데이트

기능

  • Added TypeScript definition files for Handsontable's modularized version.
  • Vue: Added support for modularization to the Vue wrapper.
  • React: Added support for modularization to the React wrapper.
  • Angular: Added support for modularization to the Angular wrapper.
  • Added a new package entry point that allows importing built-in modules in one function call.
  • Added a new locale option to properly handle locale-based data.
  • Added a GitHub Actions workflow that covers testing Handsontable and the wrappers.
  • Added new direction helpers (internal API) that lay ground for future RTL support.
  • Changed how the populateFromArray() method works with its method argument set to shift_down or shift_right.
  • Moved the entire Handsontable package to its own, new subdirectory: ./handsontable.
  • Replaced the license files with updated versions.

수정사항

  • Fixed an issue with incorrect filtering of locale-based data while using search input from a drop-down menu.
  • Fixed an error thrown when using the populateFromArray() method with its method argument set to shift_right.
  • Fixed an issue with the beforeOnCellMouseDown and afterOnCellMouseDown hooks using wrong coordinates.
  • Fixed a TypeError thrown when calling the updateSettings() method in Handsontable's modularized version.
  • Fixed two issues with the documentation's canonicalUrl entries.
  • Fixed an error thrown when autofill's source is a date cell.
  • React: Fixed a React wrapper issue where it's impossible to use different sets of props in editor components reused across multiple columns.