react-handsontable
React Data Grid with Spreadsheet Look & Feel. Official React wrapper for Handsontable.
Installation
Use npm to install this wrapper together with Handsontable.
npm install handsontable @handsontable/react
You can load it directly from jsDelivr as well.
The component will be available as Handsontable.react.HotTable
.
Usage
Use this data grid as you would any other component in your application. Options can be set as HotTable
props.
Styles
React Component
Features
A list of some of the most popular features:
- Multiple column sorting
- Non-contiguous selection
- Filtering data
- Export to file
- Validating data
- Conditional formatting
- Merging cells
- Custom cell types
- Freezing rows/columns
- Moving rows/columns
- Resizing rows/columns
- Hiding rows/columns
- Context menu
- Comments
- Auto-fill option