-
-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
Describe the bug
Table Options API state.selectedRowPaths: Set<RowPathKey>
does not work.
My goal is to provide selection through parent component (making react-table controlled)
but internal state override is not taken into account.
To Reproduce
- Go to CodeSandBox
- Initial state is OK (5th row is selected)
- State override is NOK (3th row not selected)
Expected behavior
When provided, Table Options API state
should override internal state.
Desktop (please complete the following information):
- OS : Windows
- Browser : Chrome
- Version : 78
Additional context
BETA react-table 26
Metadata
Metadata
Assignees
Labels
No labels