mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
docs(docs/api/readme.md): fix to useTable link that was giving 404 (#1726)
In the /docs/api/README.md the useTable link was linking to the file ./usetable.md that doesn't exist, now it links to ./useTable
This commit is contained in:
parent
f824fea2ef
commit
176986a07a
@ -2,12 +2,12 @@
|
||||
"dist/index.js": {
|
||||
"bundled": 102847,
|
||||
"minified": 50399,
|
||||
"gzipped": 12909
|
||||
"gzipped": 12905
|
||||
},
|
||||
"dist/index.es.js": {
|
||||
"bundled": 101791,
|
||||
"minified": 49456,
|
||||
"gzipped": 12726,
|
||||
"gzipped": 12722,
|
||||
"treeshaked": {
|
||||
"rollup": {
|
||||
"code": 78,
|
||||
|
||||
@ -5,7 +5,7 @@ React Table uses React Hooks both internally and externally for almost all of it
|
||||
React Table is essentially a compatible collection of **custom React hooks**:
|
||||
|
||||
- The primary React Table hook
|
||||
- [`useTable`](./usetable.md)
|
||||
- [`useTable`](./useTable.md)
|
||||
- Plugin Hooks
|
||||
- Core Plugin Hooks
|
||||
- [`useGroupBy`](./useGroupBy.md)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user