mirror of
https://github.com/gosticks/react-table.git
synced 2026-08-11 12:30:17 +00:00
committed by
Tanner Linsley
parent
7db7d59b3d
commit
280ef16a75
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user