Handsontable is the new name for Handsontable Pro.
Handsontable V12.3.3
Released: Mar 28, 2023
Updates in V12.3.3
Features
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.
Fixes
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.