-
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
feat(data-table): add colSpan prop for TableHeader #5088
feat(data-table): add colSpan prop for TableHeader #5088
Conversation
2deae07
to
6f59e59
Compare
Deploy preview for the-carbon-components ready! Built with commit 2deae07 https://deploy-preview-5088--the-carbon-components.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 2deae07 |
Deploy preview for carbon-components-react failed. Built with commit 2deae07 https://app.netlify.com/sites/carbon-components-react/deploys/5e22234af1b9ea00087c3af1 |
Deploy preview for the-carbon-components ready! Built with commit 6f59e59 https://deploy-preview-5088--the-carbon-components.netlify.com |
Deploy preview for carbon-components-react ready! Built with commit 6f59e59 https://deploy-preview-5088--carbon-components-react.netlify.com |
Deploy preview for carbon-elements ready! Built with commit 6f59e59 |
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.
Nice work 👍 💪
Closes #2491
Addresses #2491 by placing the
colSpan
prop on<th>
instead of the underlying<button
>.Changelog
New
Changed
colSpan
support on<th>
forTableHeader
Removed