-
Notifications
You must be signed in to change notification settings - Fork 2k
fix(DataTable): Fix Zebra Styling of Datatable with expansion #20512
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(DataTable): Fix Zebra Styling of Datatable with expansion #20512
Conversation
…to zebra-expandable-table-style
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #20512 +/- ##
==========================================
+ Coverage 91.39% 91.93% +0.54%
==========================================
Files 485 484 -1
Lines 31370 32772 +1402
Branches 5430 5578 +148
==========================================
+ Hits 28670 30130 +1460
+ Misses 2547 2496 -51
+ Partials 153 146 -7
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify project configuration. |
maradwan26
left a comment
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.
LGTM
5c1a375
Closes #19880 #20469
Fixed background colour in a zebra styled DataTable with Expansion . Now every even row will have a grey background instead of odd rows.
Changelog
New
Changed
Fixed row styling (background colour) In a zebra styled DataTable with Expansion
Removed
Testing / Reviewing
carbon/reactto check if zebra styles are getting applied correctly whenuseZebraStylesprop is truePR Checklist
As the author of this PR, before marking ready for review, confirm you:
More details can be found in the pull request guide