Skip to content

JamesHageman/redux-datagrid

Repository files navigation

Stories in Ready CircleCI

redux-datagrid

A Higher-Order Component for filtering, sorting and grouping in data tables. Inspired by redux-form. Still a WIP.

Issues and features are managed on waffle.io.

npm scripts

Dev

$ npm run dev

This runs a development mode server with live reload etc.

Open http://localhost:8080 in your browser.

Tests

Single Run

$ npm run test

Watch Files

$ npm run test:watch

Coverage

$ npm run cover

License

MIT License