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-addons
Usage
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
6 years ago
0.0.21
6 years ago
0.0.20
6 years ago
0.0.19
6 years ago
0.0.18
6 years ago
0.0.17
6 years ago
0.0.16
6 years ago
0.0.15
6 years ago
0.0.13
6 years ago
0.0.11
6 years ago
0.0.6
6 years ago
0.0.5
6 years ago
0.0.4
6 years ago
0.0.3
6 years ago
0.0.2
6 years ago
0.0.1
6 years ago
1.0.10
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.3
6 years ago
1.0.2
6 years ago
1.0.1
6 years ago
1.0.0
6 years ago