Value -> Value1
This commit is contained in:
@@ -36,7 +36,7 @@
|
|||||||
</ng-container>
|
</ng-container>
|
||||||
|
|
||||||
<ng-container matColumnDef="value">
|
<ng-container matColumnDef="value">
|
||||||
<mat-header-cell *matHeaderCellDef mat-sort-header>Value</mat-header-cell>
|
<mat-header-cell *matHeaderCellDef mat-sort-header>Value1</mat-header-cell>
|
||||||
<mat-cell *matCellDef="let item">{{item.value1 | number:'1.2-2'}}</mat-cell>
|
<mat-cell *matCellDef="let item">{{item.value1 | number:'1.2-2'}}</mat-cell>
|
||||||
<!--
|
<!--
|
||||||
<td mat-footer-cell *matFooterCellDef>Checksum: {{valueSum}}</td>
|
<td mat-footer-cell *matFooterCellDef>Checksum: {{valueSum}}</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user