React Data Grid Integration with Redux

Table of contents

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.

Example