react-table/examples/column-ordering
tannerlinsley bbfc6428b7 refactor(usetable/usetablestate): integrate useTableState into useTable
useTableState was an early and hasty abstraction that hasn't proved useful in many ways. Anything
you could do with useTableState, you could easily do using the same options (assuming they exist) in
the useTable hook. For this reason, state is now a first class citizen of the useTable hook, along
with more sane properties and option locations for anything pertaining to state.
2019-10-05 20:48:28 -06:00
..
public feat: added useColumnOrder + examples 2019-08-27 09:59:52 -06:00
src refactor(usetable/usetablestate): integrate useTableState into useTable 2019-10-05 20:48:28 -06:00
.babelrc feat: added useColumnOrder + examples 2019-08-27 09:59:52 -06:00
.env feat: added useColumnOrder + examples 2019-08-27 09:59:52 -06:00
.eslintrc feat: added useColumnOrder + examples 2019-08-27 09:59:52 -06:00
.gitignore feat: added useColumnOrder + examples 2019-08-27 09:59:52 -06:00
.rescriptsrc.js feat: added useColumnOrder + examples 2019-08-27 09:59:52 -06:00
package.json fix: clean up examples 2019-08-27 10:08:13 -06:00
README.md Update README.md 2019-08-27 10:04:22 -06:00
yarn.lock feat: added useColumnOrder + examples 2019-08-27 09:59:52 -06:00

This project was bootstrapped with Create React App and Rescripts.

You can: