Handsontable

外觀和感覺像試算表的 JavaScript 資料網格。

由以下開發商製作:Handsoncode
ComponentSource 開始代理銷售的日期:2016年

價格從: $ 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: Jun 17, 2021

V9.0.1 中的更新

特性

  • Added new CSS style for checkbox cells to restore previous behavior.

修補程式

  • Fixed an issue where validator function was called twice when the Formulas plugin was enabled.
  • Removed the redundant internal jsonpatch library from the source code.

Released: Jun 1, 2021

V9.0.0 中的更新

特性

  • Added new formula plugin: HyperFormula.
    • High-speed formula calculations.
    • Function syntax compatible with Microsoft Excel and Google Sheets.
    • A library of 386 built-in functions available in 16 languages.
    • Support for wildcard characters.
    • Support for CRUD operations.
    • Support for cross-sheet references.
    • Support for multiple Handsontable instances.
    • Uses GPU acceleration for better performance.
  • Improved performance.
  • Upgraded eslint and eslint-related modules.
  • Added fit and fdescribe to restricted...

Released: May 11, 2021

V8.4.0 中的更新

特性

  • New versioning scheme - Changed the versioning scheme by unifying all package version numbers. From now on there will only be one Handsontable version.
  • Added a separated attribute for the label options (the label DOM element may wrap input or be placed next to it).
  • Added the modifyAutoColumnSizeSeed hook to let developers overwrite the default behavior of the AutoColumnSize sampling.
  • Added support for hiding columns for the Nested Header plugin.
  • Added ability to skip stacking actions using...

Released: Mar 16, 2021

V8.3.2 中的更新

特性

  • Handsontable versions for JavaScript, Angular, React and Vue are now under one monorepo. handsontable, @handsontable/angular, @handsontable/react, and @handsontable/vue will all be developed in the same repo - handsontable.
  • Added a custom ESLint rule which allows restricting specified modules from loading by import or re-exporting.

修補程式

  • Fixed a bug where it was impossible to enable disableVisualSelection for cells/columns.
  • Fixed wrong paddings for multi-level headers.
  • Fixed problems...

Released: Feb 10, 2021

V8.3.1 中的更新

修補程式

  • Fixed an issue where CSS files could be eliminated during tree-shaking.

Released: Jan 28, 2021

V8.3.0 中的更新

特性

  • Importing modules - You can now import Handsontable with core functionality and then choose the parts of the library you need to have in the project. Cell types, editors, renderers, plugins, validators, etc. can now be imported on-demand.
  • Batch operations - New callback function resumes the render automatically as soon as operations are finished. The main advantage of this is an increase in performance.

修補程式

  • Fixed a bug with auto-execution of the first item in the ContextMenu plugin.
  • Fixed a...

Released: Nov 12, 2020

V8.2.0 中的更新

特性

  • Improved the defense mechanism against XSS attacks by using DOMPurify library which sanitizes HTML.
    • This library has been implemented to be used as a helper method: Handsontable.helper.sanitize, you can use this function to remove unwanted parts based on DOMPurify’s configuration in order to sanitize text the way you need.
    • By default, the helper leaves HTML tags but removes any potentially dangerous attributes.
  • Improved plugins - Added the architectural solution introduced in Handsontable...

Released: Oct 1, 2020

V8.1.0 中的更新

特性

  • Introduced support for resizing non-contiguous rows and columns.
  • Improved Trim Rows, Hidden Rows and Hidden Columns plugin performance:
    • Boosts execution time when working with large datasets of over 1.5M records.
  • The copy-webpack-plugin package has been updated to the newest major version to keep up with security requirements.
  • Improved the codebase of e2e tests, reorganizing it for better maintainability.

修補程式

  • Fixed an issue where the value did not show if the first part of the merged area...

Released: Aug 5, 2020

V8.0.0 中的更新

特性

  • New index management engine - This release comes with a redesigned internal data flow which determines the speed of the core engine and plugins. Thanks to the new architecture, the library is now less error-prone and provides a solid foundation for future developments. This version also solved 200+ issues, added 1300+ tests, and virtualized hidden columns and rows which boosted performance.
  • Improved stability
    • The new management system for translating physical indexes to visual indexes...

Released: Feb 19, 2020

V7.4.2 中的更新

修補程式

  • Fixed an issue where the cell value could not be edited on mobile devices.
  • Fixed an issue where white lines appeared at the bottom of cell headers.
  • Fixed a bug, where resizing the window (while using Angular) would result in Handsontable not stretching properly and throwing an error.