-
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: web componet dynamic row changes #17895
fix: web componet dynamic row changes #17895
Conversation
✅ Deploy Preview for v11-carbon-web-components ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for carbon-elements ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for v11-carbon-react ready!Built without sensitive environment variables
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #17895 +/- ##
==========================================
+ Coverage 80.45% 80.49% +0.04%
==========================================
Files 406 406
Lines 14041 14041
Branches 4347 4395 +48
==========================================
+ Hits 11296 11302 +6
+ Misses 2579 2572 -7
- Partials 166 167 +1 ☔ View full report in Codecov by Sentry. |
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! also looks like it fixes this reported bug as well: #17660
75c827d
Closes #17894
Rows changed dynamically, e.g. by pagination, make the internals of
cds-table
stale. Specifically things likeexpandable
are not persisted between pages.Changelog
Changed
Playground
story to simulate changing rows at runtime.cds-table-body-content-change
from table body when the slot contents change.cds-table-body-content-change
.Testing / Reviewing
Verified in altered storybook story.