Handsontable

스프레드시트와 같은 외양과 느낌의 JavaScript 데이터 그리드.

Handsoncode사에서 공개
2016년 부터 ComponentSource에서 판매중

가격: US$ 979.02 버젼: 17.0.1 NEW 업데이스 날짜: 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.