ReactGrid is a component for displaying and editing data in a spreadsheet-like way. Our Community version is free and open source, or you can take a 1 month trial of ReactGrid PRO.
import { Grid, Input } from 'react-spreadsheet-grid' <Grid columns={[ { id: 'name', title: () => { return Name }, value: (row, { focus }) => { return ( <Input value={row.name} focus={focus} onChange={onFieldChange(row.id, 'name')} /> ); } } ]} />Built-in Select...
ReactGrid is an open-source React component for displaying and editing data in a spreadsheet-like way. 🚀 We've put a lot of effort in this software If you like our work, please give this project a star ⭐ Prerequisites: react:16.13.1||17.0.018.2.0 ...
JavaScript data grid that looks and feels like a spreadsheet. Works with React, Angular, and Vue.
JavaScript data grid that looks and feels like a spreadsheet. Works with React, Angular, and Vue.
JavaScript data grid that looks and feels like a spreadsheet. Works with React, Angular, and Vue.
JavaScript data grid that looks and feels like a spreadsheet. Works with React, Angular, and Vue.
react-spreadsheet-grid version: 1.3.1 Operating System: Windows 7 64bits Relevant code or config <Grid rows={this.state.rows} columns={this.columns} getRowKey={row => row.id} /> What happened: Warning: SpreadsheetRow.shouldComponentUpdate(): Returned undefined instead of a boolean value. Ma...
React Data Grid with Spreadsheet Look & Feel. Official React wrapper for Handsontable. - handsontable/react-handsontable
Handsontable is a JavaScript Data Grid Component with Spreadsheet Look & Feel. Available for React, Vue and Angular.