-
Notifications
You must be signed in to change notification settings - Fork 370
Description
Encountered a couple issues with react-table 6.3.0-prerelease.29.
- Required to add
isExpandable
attribute toTable
andTr
elements - Must to omit child
Tr
elements when row is not expanded - Using
isExpanded
attribute withTbody
doesn't appear to have any effect - Rows are created dynamically for the example below, so it's difficult to set
isExpanded
on 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