From 280ef16a7599a80f24813111676f35aa767fe218 Mon Sep 17 00:00:00 2001 From: eclissi91 Date: Fri, 4 Oct 2019 17:01:19 +0200 Subject: [PATCH] Update api.md (#1567) I have corrected typo of this issue #1565 --- docs/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.