Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix #7513: TreeTable stripedRows fix #7561

Merged
merged 1 commit into from
Jan 3, 2025
Merged

Conversation

melloware
Copy link
Member

Fix #7513: TreeTable stripedRows fix

rowIndex can be any of the following:

0 - first row
1 - second row
1_0 - Second Row expanded first Row
3_1_2 - Fourth row expanded with its second row expanded showing 3rd row.

We only care about the last digit for determining even and odd for Striped Rows

Copy link

vercel bot commented Jan 3, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

2 Skipped Deployments
Name Status Preview Updated (UTC)
primereact ⬜️ Ignored (Inspect) Visit Preview Jan 3, 2025 6:27pm
primereact-v9 ⬜️ Ignored (Inspect) Visit Preview Jan 3, 2025 6:27pm

@melloware melloware added the Core Team Issue or pull request has been *opened* by a member of Core Team label Jan 3, 2025
@melloware melloware merged commit 99be44f into primefaces:master Jan 3, 2025
5 checks passed
@melloware melloware deleted the PR7513 branch January 3, 2025 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Core Team Issue or pull request has been *opened* by a member of Core Team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TreeTable using stripedRows: children rows are not striped correctly
1 participant