0.0.24 • Published 6 years ago
@crpt/react-data-grid-addons v0.0.24
react-data-grid-addons
A set of addons for react-data-grid with things like editors, formatters, toolbars, filters..
Install
npm install --save react-data-grid-addonsUsage
import { Editors, Formatters } from 'react-data-grid-addons';
const { DropDownEditor } = Editors;
const { DropDownFormatter } = Formatters;
const titles = ['Dr.', 'Mr.', 'Mrs.', 'Miss', 'Ms.'];
const columns = [
...
{
key: 'titles',
name: 'Titles',
editor: <DropDownEditor options={titles} />,
formatter: DropDownFormatter
},
...
];Exports
This package exports:
| name | source |
|---|---|
| Editors | Editors |
| Formatters | Formatters |
| Toolbar | Toolbar |
| ToolsPanel | ToolsPanelCell |
| Data | Data |
| Menu | Menu |
| Draggable | Draggable |
| Filters | Filters |
0.0.24
6 years ago
0.0.23
6 years ago
0.0.22
7 years ago
0.0.21
7 years ago
0.0.20
7 years ago
0.0.19
7 years ago
0.0.18
7 years ago
0.0.17
7 years ago
0.0.16
7 years ago
0.0.15
7 years ago
0.0.13
7 years ago
0.0.11
7 years ago
0.0.6
7 years ago
0.0.5
7 years ago
0.0.4
7 years ago
0.0.3
7 years ago
0.0.2
7 years ago
0.0.1
7 years ago
1.0.10
7 years ago
1.0.5
7 years ago
1.0.4
7 years ago
1.0.3
7 years ago
1.0.2
7 years ago
1.0.1
7 years ago
1.0.0
7 years ago