react-data-grid
The core of react-data-grid
Install
npm install --save react-data-grid
Usage
import ReactDataGrid from 'react-data-grid'; const columns = [{ key: 'id', name: 'ID' },
Exports
Asside from the grid this package exports:
name | source |
---|---|
RowComparer | RowComparer |
RowsContainer | RowsContainer |
Row | Row |
Cell | Cell |
HeaderCell | HeaderCell |
editors | Editors |
formatters | Formatters |
shapes | shapes |
_constants | _constants |
_helpers | _helpers |