react-table/docs
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
..
api.md refactor(usetable/usetablestate): integrate useTableState into useTable 2019-10-05 20:48:28 -06:00
concepts.md docs(docs): improve docs 2019-08-15 15:32:03 -06:00
examples.md refactor(usetable/usetablestate): integrate useTableState into useTable 2019-10-05 20:48:28 -06:00
installation.md Fix typo in installation.md (#1498) 2019-09-06 10:59:47 -06:00
README.md docs(docs): improve docs 2019-08-15 15:32:03 -06:00

To get started with React Table, click here, or select a specific document from this directory.