Update api.md (#1567)

I have corrected typo of this issue #1565
This commit is contained in:
eclissi91
2019-10-04 09:01:19 -06:00
committed by Tanner Linsley
parent 7db7d59b3d
commit 280ef16a75
+1 -1
View File
@@ -780,7 +780,7 @@ The following values are provided to the table `instance`:
The following options are supported via the main options object passed to `useTable(options)`
- `state[0].selectedRowsPaths: Array<RowPathKey>`
- `state[0].selectedRowPaths: Array<RowPathKey>`
- Optional
- Defaults to `[]`
- If a row's path key (eg. a row path of `[1, 3, 2]` would have a path key of `1.3.2`) is found in this array, it will have a selected state.