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 32193e9 commit ee2732aCopy full SHA for ee2732a
src/material-examples/table-sticky-footer/table-sticky-footer-example.html
@@ -16,6 +16,6 @@
16
17
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr>
18
<tr mat-row *matRowDef="let row; columns: displayedColumns;"></tr>
19
- <tr mat-footer-row *matFooterRowDef="displayedColumns sticky: true"></tr>
+ <tr mat-footer-row *matFooterRowDef="displayedColumns; sticky: true"></tr>
20
</table>
21
-</div>
+</div>
0 commit comments