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 Pro V6.0.0

Released: Sep 27, 2018

V6.0.0 버젼 업데이트

기능

Multi-column sorting

  • New plugin replaces the old sorting indicators with new ones that more clearly identify whether data is being sorted in ascending or descending order. Also included. are numbers to indicate the sequence of the columns involved in the multi-column sort.
  • The ColumnSorting plugin was refactored changing the sort method. It’s now a pure function, so every call to it will set an entirely new sort order.
  • Three new public API methods were added (getSortConfig, setSortConfig, and clearSort), while three others were rewritten, renamed, and set as private (getNextOrderState, loadSortingState, and saveSortingState).
  • New headerAction option added to make it possible to disable the action of sorting a column when you click on its header.