mirror of
https://github.com/gosticks/react-table.git
synced 2025-10-16 11:55:36 +00:00
fixed typo. the key is called data instead of rows (#1632)
This commit is contained in:
parent
1be9f59180
commit
81faac54ac
@ -68,7 +68,7 @@ React Table relies on memoization to determine when state and side effects shoul
|
||||
|
||||
- Required
|
||||
|
||||
`useTable` is the root hook for React Table. To use it, pass it with an options object with at least a `columns` and `rows` value, followed by any React Table compatible hooks you want to use.
|
||||
`useTable` is the root hook for React Table. To use it, pass it with an options object with at least a `columns` and `data` value, followed by any React Table compatible hooks you want to use.
|
||||
|
||||
### Table Options
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user