This commit is contained in:
onnadi-sa 2019-12-03 13:04:18 -06:00 committed by Tanner Linsley
parent 1e321f22d3
commit 945bf18ee0

View File

@ -25,7 +25,7 @@ React Table is essentially a compatible collection of **custom React hooks**:
### Hook Usage
`useTable` is the **primary** hook used to build a React Table. It serves as the starting point for **every option and every plugin hook** that React Table supports. The options passed into `useTable` are supplied to every plugin hook after it in the order they are supplied, eventually resulting a final `instance` object that you can use to build your table UI and interact with the table's state.
`useTable` is the **primary** hook used to build a React Table. It serves as the starting point for **every option and every plugin hook** that React Table supports. The options passed into `useTable` are supplied to every plugin hook after it in the order they are supplied, eventually resulting in a final `instance` object that you can use to build your table UI and interact with the table's state.
```js
const instance = useTable(