patternfly / patternfly/patternfly-react

Table - expandable tree animation support

Open
#11,857 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Animation PF Team Stale Waiting for core
Dominant language
TypeScript
Stars
862
Forks
392
Avg merge
4d 8h
Merged PRs (30d)
9

Description

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.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reading the linked core PR, then inspect TableContext and TreeRowWrapper. Determine how the animation opt-in should interact with isTreeTable, aria-level, and isExpanded; done means the context flag is wired through and TreeRowWrapper emits the required expandable and nested modifier classes.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
frontend
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
42/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.