Commit ed45f44
authored
docs(material/table): Simultaneous Row Expansion Issue in MatTab with Nested MatTable Component (#27659)
Resolved a bug causing simultaneous row expansion in a MatTab when a nested MatTable component
with expandable rows was used. The problem stemmed from animations triggered by the parent's
visibility set to 'hidden.'
Solution: Incorporated void state within animations to reset them after eraseStyles function
execution, ensuring consistent row expansion behavior within MatTabs.1 parent 88183c3 commit ed45f44
File tree
1 file changed
+1
-1
lines changed- src/components-examples/material/table/table-expandable-rows
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments