-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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(DataTableSkeleton): fix support for visible headers #7855
fix(DataTableSkeleton): fix support for visible headers #7855
Conversation
Deploy preview for carbon-elements ready! Built with commit 34e5a04 |
Deploy preview for carbon-components-react ready! Built with commit 34e5a04 https://deploy-preview-7855--carbon-components-react.netlify.app |
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! 🔥
This PR currently has a merge conflict. Please resolve this and then re-add the |
7fe9311
to
64299c2
Compare
Closes #7302
Fixes support for visible headers in
DataTableSkeleton
.headers
prop was not being properly passed down toDataTableSkeleton
. Now, if theheaders
array exists, it is fed into the Table headers. If not, it renders the skeleton spans as before.Changelog
Changed
headers
prop now works as expectedTesting / Reviewing
Ensure table headers now render on
DataTableSkeleton