Handsontable

JavaScript-Datenraster mit der Darstellung einer Tabellenkalkulation.

Veröffentlicht von Handsoncode
Wird von ComponentSource seit 2016 vertrieben

Preise ab: US$ 979.02 Version: 17.0.1 NEU Letzte Aktualisierung: Mar 25, 2026 5.00 Stern Durchschnittliche Bewertung5.00 Stern Durchschnittliche Bewertung5.00 Stern Durchschnittliche Bewertung5.00 Stern Durchschnittliche Bewertung5.00 Stern Durchschnittliche Bewertung (1)

i

Handsontable is the new name for Handsontable Pro.

Handsontable V12.3.3

Released: Mar 28, 2023

Updates in V12.3.3

Funktionen

  • Improved support for React 18.
  • Improved API for large data sets - In this version, two API methods have been enhanced that let you get your grid’s data in a single array: getDataAtCol() and getDataAtProp(). Now, these two methods can handle large numbers of rows without any problem.

Fehlerkorrekturen

  • Fixed an issue where calling getDataAtCol() or getDataAtProp() caused an error when the data set had more than 125 000 rows.
  • React: Fixed React 18 warnings about deprecated lifecycle methods. componentWillMount() and componentWillUpdate() have been removed from Handsontable’s codebase and their functionality has been recreated by using React’s portals.