We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5fb4ab commit 21c1079Copy full SHA for 21c1079
src/components-examples/material/table/table-expandable-rows/table-expandable-rows-example.html
@@ -17,7 +17,7 @@
17
18
<!-- Expanded Content Column - The detail row is made up of this one column that spans across all columns -->
19
<ng-container matColumnDef="expandedDetail">
20
- <td mat-cell *matCellDef="let element" [attr.colspan]="columnsToDisplay.length">
+ <td mat-cell *matCellDef="let element" [attr.colspan]="columnsToDisplayWithExpand.length">
21
<div class="example-element-detail"
22
[@detailExpand]="element == expandedElement ? 'expanded' : 'collapsed'">
23
<div class="example-element-diagram">
0 commit comments