-
Notifications
You must be signed in to change notification settings - Fork 370
fix(Table): removed divider for expanded rows #11815
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(Table): removed divider for expanded rows #11815
Conversation
@@ -29,8 +29,8 @@ | |||
"clean": "rimraf dist" | |||
}, | |||
"devDependencies": { | |||
"@patternfly/patternfly": "6.3.0-prerelease.6", | |||
"css": "^3.0.0", | |||
"@adobe/css-tools": "^4.4.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Context: the original css package was last updated in 2020 and we were getting build errors due to the @starting-style
property from Core. This new package is a fork of the original but more up to date.
Preview: https://patternfly-react-pr-11815.surge.sh A11y report: https://patternfly-react-pr-11815-a11y.surge.sh |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Design approved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree with the suggestion for changing the tableExpandableRow
logic to keep things from potentially being breaking, but other than that everything looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
design re-approved
@@ -1602,11 +1602,10 @@ exports[`Table Collapsible nested table 1`] = ` | |||
</td> | |||
</tr> | |||
<tr | |||
class="pf-v6-c-table__tr pf-v6-c-table__expandable-row" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deprecated table tests/examples looks like it needs a similar update potentially, but I think that's probably fine in a follow up or until someone opens an issue for deprecated specifically.
Your changes have been released in:
Thanks for your contribution! 🎉 |
* fix(Table): removed divider for expanded rows * Updated snapshots
What: Closes #11812, closes #11807, closes #11808
Table was updated to a more correct logic of applying certain classes from Core as were a few examples updates to show the correct way to set the tables up with those closes.
The animations aspect just needs to have confirmed that accordion, expandable section, and table expansion look good.
Additional issues: