Skip to content

Conversation

@davidmenendez
Copy link
Contributor

Closes #8094

prevents the useEffect inside of CustomizeColumnsTearsheet from running when datagrid columns are being resized, which causes the app to crash from re-renders.

CustomizeColumnsTearsheet isn't visible when the user is able to drag the column widths and shouldn't be affected by that interaction anyways.

@davidmenendez davidmenendez requested a review from a team as a code owner November 17, 2025 20:07
@davidmenendez davidmenendez requested review from jlongshore and szinta and removed request for a team November 17, 2025 20:07
@netlify
Copy link

netlify bot commented Nov 17, 2025

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

Name Link
🔨 Latest commit 68f04d3
🔍 Latest deploy log https://app.netlify.com/projects/carbon-for-ibm-products/deploys/691b80870718a300082c36c8
😎 Deploy Preview https://deploy-preview-8640--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 project configuration.

@netlify
Copy link

netlify bot commented Nov 17, 2025

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

Name Link
🔨 Latest commit 68f04d3
🔍 Latest deploy log https://app.netlify.com/projects/ibm-products-web-components/deploys/691b80879b666f000897053b
😎 Deploy Preview https://deploy-preview-8640--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 project configuration.

@codecov
Copy link

codecov bot commented Nov 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.01%. Comparing base (e57eb80) to head (68f04d3).
⚠️ Report is 4 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #8640   +/-   ##
=======================================
  Coverage   82.01%   82.01%           
=======================================
  Files         403      403           
  Lines       18548    18548           
  Branches     4189     4189           
=======================================
  Hits        15212    15212           
  Misses       3336     3336           
Components Coverage Δ
ibm-products 82.61% <ø> (ø)
ibm-products-web-components 81.19% <ø> (ø)
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Copy link
Contributor

@szinta szinta left a comment

Choose a reason for hiding this comment

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

@davidmenendez It seems this PR addresses only scenario 1, where customized columns addon is used with column resizing. For the second issue (Tagset with column resize) do we have a separate ticket for that, or was it overlooked? Just wanted to check.

@davidmenendez
Copy link
Contributor Author

@szinta yeah i haven't been able to replicate that locally yet, so i'm going to do that issue separately

@davidmenendez davidmenendez added this pull request to the merge queue Nov 20, 2025
Merged via the queue into carbon-design-system:main with commit a6af0cb Nov 20, 2025
34 of 36 checks passed
@davidmenendez davidmenendez deleted the issue-8094 branch November 20, 2025 15:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Adjusting Datagrid column width bug]: Page goes blank after adjusting Datagrid column width

3 participants