Handsontable

JavaScript data grid that looks and feels like a spreadsheet.

Published by Handsoncode
Distributed by ComponentSource since 2016

Prices from: US$ 979.02 Version: 17.0.1 NEW Updated: Mar 25, 2026 5.00 Star Average Review5.00 Star Average Review5.00 Star Average Review5.00 Star Average Review5.00 Star Average Review (1)

i

Handsontable is the new name for Handsontable Pro.

Handsontable V11.0.0

Released: Nov 17, 2021

Updates in V11.0.0

Features

  • Added TypeScript definition files for Handsontable's modularized version.
  • Vue: Added support for modularization to the Vue wrapper.
  • React: Added support for modularization to the React wrapper.
  • Angular: Added support for modularization to the Angular wrapper.
  • Added a new package entry point that allows importing built-in modules in one function call.
  • Added a new locale option to properly handle locale-based data.
  • Added a GitHub Actions workflow that covers testing Handsontable and the wrappers.
  • Added new direction helpers (internal API) that lay ground for future RTL support.
  • Changed how the populateFromArray() method works with its method argument set to shift_down or shift_right.
  • Moved the entire Handsontable package to its own, new subdirectory: ./handsontable.
  • Replaced the license files with updated versions.

Fixes

  • Fixed an issue with incorrect filtering of locale-based data while using search input from a drop-down menu.
  • Fixed an error thrown when using the populateFromArray() method with its method argument set to shift_right.
  • Fixed an issue with the beforeOnCellMouseDown and afterOnCellMouseDown hooks using wrong coordinates.
  • Fixed a TypeError thrown when calling the updateSettings() method in Handsontable's modularized version.
  • Fixed two issues with the documentation's canonicalUrl entries.
  • Fixed an error thrown when autofill's source is a date cell.
  • React: Fixed a React wrapper issue where it's impossible to use different sets of props in editor components reused across multiple columns.