Handsontable

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

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

价格从: US$ 979.02 版本: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: Jul 8, 2022

V12.1.2 中的更新

特性

  • Changed the version of the Moment.js dependency from 2.29.3 to 2.29.4.
  • Vue: Frozen the version of the Vue framework that is used in our build chain to ~2.6. This shouldn't affect apps that use Vue 2.7+.

Released: Jul 5, 2022

V12.1.1 中的更新

修补程序

  • Angular: Fixed an issue where the installation of @handsontable/angular package failed for versions of Angular other than 9.

Released: Jun 28, 2022

V12.1.0 中的更新

特性

  • Move rows and columns more smoothly when some are hidden.
  • Added getNearestNotHiddenIndex(), a new method that finds the visual index of the nearest non-hidden row or column.
  • Added Czech and Serbian translation.
  • Added new hooks: beforeColumnFreeze, afterColumnFreeze, beforeColumnUnfreeze, and afterColumnUnfreeze.
  • Replaced HTML entities appearing in Handsontable's license texts with canonical counterparts.
  • Updated the Pikaday optional dependency to 1.8.2, to let Handsontable work with Parcel...

Released: May 16, 2022

V12.0.1 中的更新

修补程序

  • Fixed an issue where checking or unchecking a checkbox in a row with autoRowSize: true and multi-line cell values caused rows to align incorrectly.
  • Fixed an issue where checking or unchecking a checkbox changed the cell width.
  • Fixed an issue where using a single Handsontable instance with multiple HyperFormula sheets could lead to an uncaught TypeError.
  • Fixed an issue where nested column headers didn't expand properly.
  • Fixed an issue where updating custom borders could lead to uncaught...

Released: Apr 28, 2022

V12.0.0 中的更新

特性

  • Added ShortcutManager, a new API for customizing keyboard shortcuts.
  • Added support for right-to-left (RTL) languages, by introducing a new configuration option: layoutDirection.
  • Added an Arabic translation.
  • Added a new configuration option: fixedColumnsStart.
  • Added a new keyboard shortcut (Ctrl/Cmd + Enter) for filling the selected range of cells with the value of the active cell.
  • Added support for the Home and End keys inside cell editors, for moving the cursor to the beginning or end of the...

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

Released: Nov 17, 2021

V11.0.1 中的更新

修补程序

  • Fixed the UMD build of @handsontable/angular, which was not working properly in 11.0.0.

Released: Nov 17, 2021

V11.0.0 中的更新

特性

  • Added TypeScript definition files for Handsontable's modularized version.
  • Vue: Added support for modularization to the Vue wrapper.
  • React: Added support for modularization to the React wrapper.
  • Angular: Added support for modularization to the Angular wrapper.
  • Added a new package entry point that allows importing built-in modules in one function call.
  • Added a new locale option to properly handle locale-based data.
  • Added a GitHub Actions workflow that covers testing Handsontable and the...

Released: Sep 29, 2021

V10.0.0 中的更新

特性

  • Performance Boost - One of the biggest changes in this version is the improved performance of the getCellMeta() method. To achieve this, an additional cache layer was introduced that gets cleared once every slow render cycle.
  • Hook Changes - While working on the getCellMeta() cache layer, inconsistencies were noticed in some of the related hooks: beforeRender and afterRender. These have been renamed and two new hooks have been added: beforeViewRender and afterViewRender.
  • Faster Installation...

Released: Jul 28, 2021

V9.0.2 中的更新

特性

  • Added new documentation engine.

修补程序

  • Fixed an issue with an error being thrown when lazy loading columns on a setup with Nested Headers + Hidden Columns.
  • Fixed column header sizes not being updated on updateSettings calls containing columns.
  • Fixed functional keys' behavior to prevent unexpected editing.
  • Fixed missing collapsible indicator on IE.
  • Fixed support for row and column headers in the parseTable utility.
  • Fixed a bug where not providing a data object with the nestedRows plugin enabled...