mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
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. |
||
|---|---|---|
| .. | ||
| api.md | ||
| concepts.md | ||
| examples.md | ||
| installation.md | ||
| README.md | ||
To get started with React Table, click here, or select a specific document from this directory.