Handsontable

外观和感觉像电子表格的 JavaScript 数据网格。

由以下开发商制作:Handsoncode
ComponentSource开始代理销售的日期:2016年

价格从: 6,875 元 版本:17.1.0 新增功能 更新: May 19, 2026 5.00评价的平均星级5.00评价的平均星级5.00评价的平均星级5.00评价的平均星级5.00评价的平均星级 (1)

i

Handsontable is the new name for Handsontable Pro.

Handsontable 新版本发表

Released: Nov 13, 2018

V6.2.0 中的更新

特性

  • Added language support for Korean.
  • Added language support for Latvian.
  • Updated TypeScript definition file for ColumnSorting and MultiColumnSorting.
  • Updated the TypeScript definition for beforeRowMove and beforeColumnMove
  • Updated the TypeScript definition for some selection and context menu related methods and hooks.
  • Refactored the columnSorting plugin to be reusable with the multiColumnSorting plugin.
  • Refactored the multiColumnSorting plugin to use the columnSorting plugin.

修补程序

  • Fixed a bug...

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.