-
Notifications
You must be signed in to change notification settings - Fork 373
Description
Encountered a couple issues with react-table 6.3.0-prerelease.29.
- Required to add
isExpandableattribute toTableandTrelements - Must to omit child
Trelements when row is not expanded - Using
isExpandedattribute withTbodydoesn't appear to have any effect - Rows are created dynamically for the example below, so it's difficult to set
isExpandedon the parentTbody - The first row's dividing line disappears when expanded
See refactored table code here:
https://github.com/project-koku/koku-ui/pull/4347/files#diff-8150ef9b66bf5f75d4cba2d18462f2ee4fd367fb043e3336d0c1db9c066792daR114
Example of missing row dividing line:
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
Needs triage
