react-table icon indicating copy to clipboard operation
react-table copied to clipboard

A simple sortable table component for react.

Results 2 react-table issues
Sort by recently updated
recently updated
newest added

Can there be examples published, perhaps with gh-pages, to see the examples in action?

More of a conceptual question, really. It feels like sorting should be done at the store layer which then fires the change event, and the component re-renders the data from...