https://github.com/mull/react-reflux-sortabe-table
Simple implementation of a sortable table in using react & reflux
https://github.com/mull/react-reflux-sortabe-table
Last synced: 4 months ago
JSON representation
Simple implementation of a sortable table in using react & reflux
- Host: GitHub
- URL: https://github.com/mull/react-reflux-sortabe-table
- Owner: mull
- License: mit
- Created: 2014-12-21T13:40:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-12-21T13:51:27.000Z (over 10 years ago)
- Last Synced: 2023-03-13T14:02:23.129Z (about 2 years ago)
- Language: JavaScript
- Homepage: http://mull.github.io/react-reflux-sortabe-table/
- Size: 508 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
A simple, pretty ugly, implementation of a sortable table in React + Reflux. Sorts the `this.state.books` in place and calls `this.forceUpdate()` - which might not always be what you want, since the change only happens within whichever component sorts the array. An action method that calls the store to sort might be what you want.