1.0.14 • Published 5 years ago

react-data-grid-sk-addons v1.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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:

namesource
EditorsEditors
FormattersFormatters
ToolbarToolbar
ToolsPanelToolsPanelCell
DataData
MenuMenu
DraggableDraggable
FiltersFilters
1.0.14

5 years ago

1.0.13

6 years ago

1.0.12

6 years ago

1.0.11

6 years ago

1.0.10

6 years ago

1.0.9

6 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

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

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago