4.0.6 • Published 5 years ago

@chilangomax/react-data-grid-addons v4.0.6

Weekly downloads
20
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
4.0.6

5 years ago

4.0.5

5 years ago

4.0.4

7 years ago

4.0.3

7 years ago

4.0.2

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.1.9

7 years ago

3.1.8

7 years ago

3.1.7

7 years ago

3.1.6

7 years ago

3.1.5

7 years ago

3.1.2

7 years ago

3.1.1

7 years ago

3.1.0

7 years ago

3.0.14

7 years ago

3.0.13

7 years ago

3.0.12

7 years ago