-
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(DataTable): add sorting null values (NEW) #13161
fix(DataTable): add sorting null values (NEW) #13161
Conversation
✅ Deploy Preview for carbon-components-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site settings. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
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.
Working as expected! Thanks for taking the time to contribute a fix 💪🏻 🎉 ✅
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.
GitHub is super picky about the syntax to auto-close linked issues. In the PR body it has to be exactly Closes #12696
.
I fixed it in the PR body but just wanted to give you a heads up!
@tay1orjones thank you I did not know that! |
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
Closes #12696
Changelog
New
Changed
Removed
Testing / Reviewing
My basic findings BEFORE fix
packages/react/src/components/DataTable/stories/shared.js
const rows
set various values tonull
(i.e. multiplename
keys set to null for column sorting)Storybook > DataTable > Sorting > Default
(or anywhere that has sorting enabled)