Handsontable

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

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

價格從: $ 979.02 版本: 17.0.1 新增功能 更新: Mar 25, 2026 5.00 評價的平均星級5.00 評價的平均星級5.00 評價的平均星級5.00 評價的平均星級5.00 評價的平均星級 (1)

i

Handsontable is the new name for Handsontable Pro.

Handsontable V12.3.3

Released: Mar 28, 2023

V12.3.3 中的更新

特性

  • Improved support for React 18.
  • Improved API for large data sets - In this version, two API methods have been enhanced that let you get your grid’s data in a single array: getDataAtCol() and getDataAtProp(). Now, these two methods can handle large numbers of rows without any problem.

修補程式

  • Fixed an issue where calling getDataAtCol() or getDataAtProp() caused an error when the data set had more than 125 000 rows.
  • React: Fixed React 18 warnings about deprecated lifecycle methods. componentWillMount() and componentWillUpdate() have been removed from Handsontable’s codebase and their functionality has been recreated by using React’s portals.