diff --git a/docs/api.md b/docs/api.md index add4e88..f0ac673 100644 --- a/docs/api.md +++ b/docs/api.md @@ -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` +- `state[0].selectedRowPaths: Array` - 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.