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 릴리스

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.

Released: Feb 12, 2020

V7.4.0 버젼 업데이트

수정사항

  • Fixed problem where the onCellMouseUp hook was fired for all mouse buttons except the right mouse button, which was not consistent with the onCellMouseDown hook. To make the changes more consistent with the native dblclick event (which is triggered only for the left mouse button), the onCellDblClick and onCellCornerDblClick hooks were modified to also fire only for the left mouse button.
  • Fixed a bug with numbers not being presented properly in the pt_BR culture setting.
  • Updated moment...