patternfly-react
patternfly-react copied to clipboard
Table - expandable tree animation support
https://github.com/patternfly/patternfly/pull/7522
- Needs an opt-in flag for animations (or reusing other Table animation opt-in prop combined with
isTreeTable). - Add this flag to the TableContext.
- Reference the context in
TreeRowWrapper& add modifier classes (expandable, nested, any others from core PR) based on its presence +aria-level/isExpandedinTreeRowWrapper.