Open
Description
Branch: next
Describe in detail the issue you're having.
When using expandable rows, all expanded row templates are being evaluated right away even though they are hidden via CSS style="display: none"
.
This is degrading performance if a complicated template is used and user might not even expand the row.
Would it be possible for template to be evaluated / included into the DOM when user actually expands the row?
Or if that is not possible for some reason, at least pass some context to template whether it is expanded or not.
Is this issue related to a specific component?
Table.
What browser are you working in?
What version of the Carbon Design System are you using?
"carbon-components": "^11.27.0",
"carbon-components-angular": "^5.7.5",
@Akshat55 can you please share your opinion on this?
Thank you!
Metadata
Metadata
Assignees
Type
Projects
Status
To do