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

Released: Jun 22, 2023

V13.0.0 버젼 업데이트

기능

  • Angular: Added support for Angular 16 - You can now use the latest Angular features, such as revamped reactivity, non-destructive hydration, or signals.
  • Breaking change (React, Angular, Vue 2, Vue 3) - Changed Handsontable's policy toward older versions of supported frameworks. From now on, Handsontable supports only those versions of any supported frameworks that are officially supported by their respective teams.
  • Breaking change - Changed the order in which three hooks are executed: now, the beforeChange hook is fired before the afterSetDataAtCell and afterSetDataAtRowProp hooks.
  • Changed the margins of the context menu in the RTL layout direction.
  • Breaking change (Angular) - Dropped support for Angular 13 and lower. From now on, Handsontable supports only those versions of Angular that are officially supported by the Angular team: currently, it's 14-16.
  • Breaking change - Removed the deprecated beforeAutofillInsidePopulate hook.
  • Breaking change - Removed the deprecated getFirstNotHiddenIndex method. Instead, use the getNearestNotHiddenIndex() method.
  • Breaking change - Removed the deprecated parameters of the alter() method: insert_row and insert_col. Instead, use the following parameters: insert_row_above, insert_row_below, insert_col_start, and insert_col_end.
  • Breaking change - Removed the deprecated parameters of the populateFromArray() method: direction and deltas.

수정사항

  • Fixed an issue where the "Read only" icon of the context menu was displayed incorrectly in the RTL layout direction.