-
Notifications
You must be signed in to change notification settings - Fork 142
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: datagrid select all behavior in virtual scroll #6546
fix: datagrid select all behavior in virtual scroll #6546
Conversation
✅ Deploy Preview for carbon-for-ibm-products ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for ibm-products-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #6546 +/- ##
==========================================
- Coverage 79.97% 79.87% -0.11%
==========================================
Files 394 394
Lines 12894 12904 +10
Branches 4273 4275 +2
==========================================
- Hits 10312 10307 -5
- Misses 2582 2597 +15
|
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
b80d7f0
Closes #6125
this pr reverts select all logic from #5933, and is conditionally applied on
withVirtualScroll
What did you change?
reverts previous behavior of select all for virtual scroll configuration of datagrid
How did you test and verify your work?
storybook