patternfly-react icon indicating copy to clipboard operation
patternfly-react copied to clipboard

Table - expandable tree animation support

Open kmcfaul opened this issue 9 months ago • 0 comments

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/isExpanded in TreeRowWrapper.

kmcfaul avatar Jun 04 '25 15:06 kmcfaul