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.1.0

Released: Jan 13, 2022

V11.1.0 버젼 업데이트

기능

  • Added updateData(), which is a new method that lets you replace Handsontable's data without resetting the states of cells, rows and columns.
  • Added Vue 3 support, by introducing a new wrapper.
  • Updated the TypeScript definition of the setDataAtCell() method.
  • Extended the Code Examples Deployment GitHub Actions workflow, to allow for deploying code examples to GitHub Pages.

수정사항

  • Fixed an issue where the autocomplete editor's suggestion list didn't update properly.
  • Fixed an issue where nested headers didn't render when data wasn't defined.
  • Fixed some end-to-end tests that failed on mobile devices.
  • Fixed an issue where the rendered selection could get shifted by 1px.
  • Fixed an issue where the first column's border didn't display properly.
  • Fixed an issue where the CollapsibleColumns plugin's expandAll() method didn't expand collapsed columns.
  • Fixed end-to-end test scripts that occasionally crashed.
  • Fixed a typo in the valueAccordingPercent() helper.
  • Fixed an issue where the NestedRows plugin could throw a type error after calling the updateSettings() method.
  • Fixed an issue where performance was affected by removing events.
  • Fixed a wrong TypeScript definition of the MultiColumnSorting plugin's sort() method.
  • Fixed an issue where the Comments plugin's editor disappeared after adding a comment.
  • React: Fixed a wrong return type.