An open API service indexing awesome lists of open source software.

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

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.