This page covers a non-latest version of Handsontable.
React Data Grid Integration with Redux
You can integrate Handsontable with Redux or a similar state management library.
Before using any state management library, make sure you know how Handsontable handles data: see the Binding to data page.
Overview
The following example implements the @handsontable/react
component with a readOnly
toggle switch and the Redux state manager.