react-table/examples/kitchen-sink
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 docs: add kitch sink example 2019-08-19 15:33:07 -06:00
src refactor(usetable/usetablestate): integrate useTableState into useTable 2019-10-05 20:48:28 -06:00
.babelrc docs: add kitch sink example 2019-08-19 15:33:07 -06:00
.env docs: add kitch sink example 2019-08-19 15:33:07 -06:00
.eslintrc docs: add kitch sink example 2019-08-19 15:33:07 -06:00
.gitignore docs: add kitch sink example 2019-08-19 15:33:07 -06:00
.rescriptsrc.js docs: add kitch sink example 2019-08-19 15:33:07 -06:00
package.json docs: add kitch sink example 2019-08-19 15:33:07 -06:00
README.md docs: update kitchen-sink readme 2019-08-19 16:49:22 -06:00
sandbox.config.json docs: add kitch sink example 2019-08-19 15:33:07 -06:00
yarn.lock docs: add kitch sink example 2019-08-19 15:33:07 -06:00

Kitchen Sink