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...
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...
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.
Handsontable is a JavaScript Data Grid Component with Spreadsheet Look & Feel. Available for React, Vue and Angular.
JavaScript data grid that looks and feels like a spreadsheet. Works with React, Angular, and Vue.
Handsontable is aJavaScript Data Gridwith a spreadsheet-like look and feel. Use it with JavaScript, TypeScript, or frameworks such asReact,Angular, andVue. With its spreadsheet-like editing features, it’s perfect for building data-rich internal apps. It allows users to enter, edit, validate,...
React Data Grid with Spreadsheet Look & Feel. Official React wrapper for Handsontable. - handsontable/react-handsontable