Skip to content

Commit 7282707

Browse files
docs(table): fix table footer doc (#11164)
1 parent e8bc0e9 commit 7282707

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/material-examples/table-footer-row/table-footer-row-example.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ng-container matColumnDef="cost">
1313
<mat-header-cell *matHeaderCellDef> Cost </mat-header-cell>
1414
<mat-cell *matCellDef="let transaction"> {{transaction.cost | currency}} </mat-cell>
15-
<mat-footer-cell *matFooterCellDef> getTotalCost() </mat-footer-cell>
15+
<mat-footer-cell *matFooterCellDef> {{getTotalCost() | currency}} </mat-footer-cell>
1616
</ng-container>
1717

1818
<mat-header-row *matHeaderRowDef="displayedColumns"></mat-header-row>

0 commit comments

Comments
 (0)