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 릴리스

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

Released: Jul 11, 2018

V5.0.0 버젼 업데이트

기능

  • Refactored the Custom Borders plugin. The API method was changed - added new methods such as getBorders, setBorders and clearBorders. The initial object configuration has not been changed and is still compatible with the previous releases.
  • Improved colors, cursor style and sizes of some parts of Handsontable.
  • Added an ability to disable Byte Order Mark (BOM) while exporting a table to a CSV file.

수정사항

  • Fixed an issue related to a lack of afterSelectionEnd hook being fired when contextmenu...

Released: Jun 13, 2018

V4.0.0 버젼 업데이트

기능

  • Enhanced support for Input Method Editors (IME).
  • Improved filtering, sorting and formatting numbers.
  • Added a Norwegian translation

Released: May 16, 2018

V3.0.0 버젼 업데이트

기능

  • Refactored and Improved Column Sorting plugin.
  • Added missing type definitions for the Search Plugin.
  • Added Chinese (CN, TW) translations.
  • Added French translation.
  • Removed some unnecessary margins from the Filtering dropdown.
  • Added an option to the Gantt Chart plugin, which allows skipping incomplete weeks at the beginning and/or end of the month.

수정사항

  • Fixed a problem where an error was being thrown when using the updateSettings method.
  • Fixed a problem where using the TAB key removed some...

Released: Apr 11, 2018

V2.0.0 버젼 업데이트

기능

  • Added beforeContextMenuShow hook, triggered within the Context Menu plugin.
  • Modified the look of the fill handle.
  • Added a Russian translation.
  • Updated the pull request templates.
  • Added helpers for console.log, console.warn etc due to IE compatibility.
  • Added an additional hook, beforeDropdownMenuShow for the Dropdown Menu plugin.
  • Added undo/redo test cases for the dropdown menu plugin.
  • Added new beforeFilter and afterFilter parameter to say what kind of operation is performed on the column...

Released: Mar 20, 2018

V1.18.1 버젼 업데이트

수정사항

  • Fixed a bug with duplicate fill handles on the edges of the table's overlays.
  • Fixed a problem, where the MergeCells class was added under Core in the docs.

Released: Mar 14, 2018

V1.18.0 버젼 업데이트

기능

  • Added tests for mobile devices.
  • Added missing API for non-contiguous selection features.
  • Added a proper source argument value for removing data from the table using the Backspace and Delete keys.
  • Added a cellProperties argument for the beforeValueRender hook.

수정사항

  • Fixed a bug where merged cells declared outside of the table were still partially rendered.
  • Fixed a bug where rows were not being rendered, when scrolling the table on a mobile device.
  • Changed the isObjectEquals function to...

Released: Feb 16, 2018

V1.16.0 버젼 업데이트

기능

  • Added non-contiguous cell selection.
  • Added an option to prevent row creation using the beforeCreateRow hook.
  • Added tests for translation feature.

수정사항

  • Fixed a bug where freezing and unfreezing the last column crashed the browser.
  • Fixed a problem with unnecessary rows being added when using Filters along with minRows or minSpareRows.

Released: Jan 25, 2018

V1.15.1 버젼 업데이트

수정사항

  • Fixed a problem where the language files were not generated properly in some specific cases.
  • Fixed a problem with the afterValidate hook's arguments with trimRows enabled.
  • Updated "moment" version because of ReDoS vulnerability.

Released: Dec 6, 2017

V1.15.0 버젼 업데이트

기능

  • Easily translate messages and elements of the UI to a specific language.
  • Added a weekHeaderGenerator option to the GanttChart plugin.

수정사항

  • Removed unwanted dependencies.
  • Fixed problems in test cases for the Filters plugin.
  • Fixed a bug where formulas did not work on nested coordinates.