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. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .babelrc | ||
| .env | ||
| .eslintrc | ||
| .gitignore | ||
| .rescriptsrc.js | ||
| package.json | ||
| README.md | ||
| sandbox.config.json | ||
| yarn.lock | ||
This project was bootstrapped with Create React App and Rescripts.
You can:
- Open this example in a new CodeSandbox
yarnandyarn startto run and edit the example