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 15.0.0

Released: Dec 16, 2024

15.0.0 中的更新

特性

New Theming System

  • This release completely reworked the CSS in Handsontable to give you full control over your table's appearance. With over 180 CSS variables, you can now adjust every detail to match your exact requirements. If you're already using Handsontable, the existing CSS will continue to be supported as the classic theme in future releases. This update introduces two out-of-the-box themes, ready for you to use right away:
    • Main theme: A spreadsheet-inspired design, perfect for batch-editing tasks and intuitive data entry.
    • Horizon theme: A clean, minimalist layout designed for data display and analysis, featuring subtle row separators for better readability.

New Functional React Wrapper

  • React hooks support: Easily manage Handsontable's state and interactions using React hooks.
  • Improved performance: Fewer re-renders and a lighter implementation mean optimized performance, even for large datasets.
  • Future-proof: Built with the latest React best practices, ensuring compatibility with future updates.

Row and Column Virtualization for Merged Cells

  • Working with large datasets containing merged cells is now much smoother. This release introduces virtualization for merged cells, allowing you to handle tables with merged cells spanning thousands of rows and columns without any performance slowdowns.

Dependency Updates

  • Updated several dependencies to improve both performance and security:
  • Replaced pikaday: swapped out pikaday with internally maintained handsontable/pikaday.
  • DOMpurify update: addressed recent security concerns by updating to the latest version of dompurify.
  • Numbro update.