Skip to content
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

Conversation

devadula-nandan
Copy link
Contributor

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

@devadula-nandan devadula-nandan requested a review from a team as a code owner December 5, 2024 09:33
@devadula-nandan devadula-nandan requested review from sangeethababu9223 and amal-k-joy and removed request for a team December 5, 2024 09:33
Copy link

netlify bot commented Dec 5, 2024

Deploy Preview for carbon-for-ibm-products ready!

Name Link
🔨 Latest commit 1e60e9d
🔍 Latest deploy log https://app.netlify.com/sites/carbon-for-ibm-products/deploys/675698897576450008a0a2dc
😎 Deploy Preview https://deploy-preview-6546--carbon-for-ibm-products.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

netlify bot commented Dec 5, 2024

Deploy Preview for ibm-products-web-components ready!

Name Link
🔨 Latest commit 1e60e9d
🔍 Latest deploy log https://app.netlify.com/sites/ibm-products-web-components/deploys/67569889fcb6ef00085642af
😎 Deploy Preview https://deploy-preview-6546--ibm-products-web-components.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

codecov bot commented Dec 5, 2024

Codecov Report

Attention: Patch coverage is 20.00000% with 8 lines in your changes missing coverage. Please review.

Project coverage is 79.87%. Comparing base (6e58e9d) to head (1e60e9d).
Report is 6 commits behind head on main.

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     
Components Coverage Δ
ibm-products ∅ <ø> (∅)
ibm-products-web-components ∅ <ø> (∅)

Copy link
Contributor

@amal-k-joy amal-k-joy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@elycheea elycheea added this pull request to the merge queue Dec 10, 2024
Merged via the queue into carbon-design-system:main with commit b80d7f0 Dec 10, 2024
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Datagrid]: SelectAll not working as expected with virtual scrolling on
4 participants