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 a258400 commit 578790bCopy full SHA for 578790b
src/lib/table/table.md
@@ -287,7 +287,7 @@ data rows.
287
288
<tr mat-header-row *matHeaderRowDef="columnsToDisplay"></tr>
289
<tr mat-row *matRowDef="let myRowData; columns: columnsToDisplay"></tr>
290
-<tr mat-footer-row *matFooterRowDef="columnsToDisplay"></tr
+<tr mat-footer-row *matFooterRowDef="columnsToDisplay"></tr>
291
```
292
293
<!--- example(table-footer-row) -->
0 commit comments