https://github.com/rwieruch/redux-table
Rich table component build with redux and react. It provides interactions like sort, filter, pagination and selection.
https://github.com/rwieruch/redux-table
Last synced: 7 days ago
JSON representation
Rich table component build with redux and react. It provides interactions like sort, filter, pagination and selection.
- Host: GitHub
- URL: https://github.com/rwieruch/redux-table
- Owner: rwieruch
- Created: 2016-04-13T17:43:09.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-10-25T05:01:15.000Z (over 6 years ago)
- Last Synced: 2025-04-11T11:04:20.364Z (11 days ago)
- Language: JavaScript
- Size: 110 KB
- Stars: 5
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# redux-table
Table component build with redux and react. It provides interactions like sort, filter and selection.
Live: [redux-table](http://rwieruch.github.io/redux-table/)
Feedback is more than appreciated via GitHub or Twitter :)
https://twitter.com/rwieruch
## Run
1. Clone Repository: `git clone [email protected]:rwieruch/redux-table.git`
2. npm install
3. npm start
4. npm test