|
|
@ -9,7 +9,7 @@ |
|
|
|
|
|
|
|
|
<ng-container matColumnDef="grantee"> |
|
|
<ng-container matColumnDef="grantee"> |
|
|
<th *matHeaderCellDef class="px-1" i18n mat-header-cell>Grantee</th> |
|
|
<th *matHeaderCellDef class="px-1" i18n mat-header-cell>Grantee</th> |
|
|
<td *matCellDef="let element" class="px-1" mat-cell> |
|
|
<td *matCellDef="let element" class="px-1 text-nowrap" mat-cell> |
|
|
{{ element.grantee }} |
|
|
{{ element.grantee }} |
|
|
</td> |
|
|
</td> |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
|