Wrong column header

This commit is contained in:
Amritanshu Agrawal 2021-01-11 12:22:29 +05:30
parent ff547719b2
commit a9bb9e017b
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@
<!-- Appear On Behalf Of Column -->
<ng-container matColumnDef="appearOnBehalfOf">
<mat-header-cell *matHeaderCellDef>Address</mat-header-cell>
<mat-header-cell *matHeaderCellDef>On Behalf of</mat-header-cell>
<mat-cell *matCellDef="let row">{{ row.appearOnBehalfOf }}</mat-cell>
</ng-container>