We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@carbon/web-components
Chrome
2.16.0
N/A
The cds-table fails to correctly add expandable to rows when they dynamically change.
cds-table
Apart from failing to update the rows, other problems may exist due to local values like this._tableRows being out of date.
this._tableRows
https://stackblitz.com/edit/github-skkfec-rxxnnp?file=src%2Fmain.jsx,index.html
Add rows dynamically (not removing makes cds-table internals stale too) to a table with exapansion.
Note the expandable drop down is missing from every row.
expandable
Severity 2 = User cannot complete task, and/or no workaround within the user experience of a given component.
No response
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Package
@carbon/web-components
Browser
Chrome
Package version
2.16.0
React version
N/A
Description
The
cds-table
fails to correctly add expandable to rows when they dynamically change.Apart from failing to update the rows, other problems may exist due to local values like
this._tableRows
being out of date.Reproduction/example
https://stackblitz.com/edit/github-skkfec-rxxnnp?file=src%2Fmain.jsx,index.html
Steps to reproduce
Add rows dynamically (not removing makes
cds-table
internals stale too) to a table with exapansion.Note the
expandable
drop down is missing from every row.Suggested Severity
Severity 2 = User cannot complete task, and/or no workaround within the user experience of a given component.
Application/PAL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: