0.0.2 • Published 10 years ago
redux-datagrid v0.0.2
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 devThis runs a development mode server with live reload etc.
Open http://localhost:8080 in your browser.
Tests
Single Run
$ npm run testWatch Files
$ npm run test:watchCoverage
$ npm run cover