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.1.0 NEW Updated: May 19, 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 V12.1.3

Released: Sep 22, 2022

Updates in V12.1.3

Fixes

  • Fixed incorrect date format conversion on input in the date editor.
  • Fixed an error when adding a large number of rows using the alter method.
  • Fixed IME text input in the editors.
  • Fixed an issue where the editor did not open on key events when the cell was outside the viewport.
  • Fixed an issue with "0" values being ignored by the Column Summary plugin.
  • Fixed an error when opening the column dropdown menu with the Filters plugin enabled.
  • Fixed an issue where the trimWhitespace option could not be used in the column and cell levels of the cascading configuration.
  • Fixed the flickering of the selection area at the edge of the table while scrolling.
  • Fixed misalignment on mobile devices when the edge cells were selected.
  • Fixed type definitions for the method setSourceDataAtCell.
  • Removed a custom stable sorting implementation in favor of the stable sorting algorithm guaranteed by ECMAScript 2019.
  • Removed type definitions for non-existing methods rowOffset and colOffset and a non-existing hook modifyRowSourceData.