|
@ -109,7 +109,30 @@ |
|
|
</td> |
|
|
</td> |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
|
|
|
|
|
|
<ng-container matColumnDef="performance" stickyEnd> |
|
|
<ng-container matColumnDef="performance"> |
|
|
|
|
|
<th |
|
|
|
|
|
*matHeaderCellDef |
|
|
|
|
|
class="justify-content-end px-1" |
|
|
|
|
|
mat-header-cell |
|
|
|
|
|
mat-sort-header="netPerformanceWithCurrencyEffect" |
|
|
|
|
|
> |
|
|
|
|
|
<ng-container i18n>Change</ng-container> |
|
|
|
|
|
</th> |
|
|
|
|
|
<td *matCellDef="let element" class="px-1" mat-cell> |
|
|
|
|
|
<div class="d-flex justify-content-end"> |
|
|
|
|
|
<gf-value |
|
|
|
|
|
[colorizeSign]="true" |
|
|
|
|
|
[isCurrency]="true" |
|
|
|
|
|
[locale]="locale" |
|
|
|
|
|
[value]=" |
|
|
|
|
|
isLoading ? undefined : element.netPerformanceWithCurrencyEffect |
|
|
|
|
|
" |
|
|
|
|
|
/> |
|
|
|
|
|
</div> |
|
|
|
|
|
</td> |
|
|
|
|
|
</ng-container> |
|
|
|
|
|
|
|
|
|
|
|
<ng-container matColumnDef="performanceInPercentage" stickyEnd> |
|
|
<th |
|
|
<th |
|
|
*matHeaderCellDef |
|
|
*matHeaderCellDef |
|
|
class="justify-content-end px-1" |
|
|
class="justify-content-end px-1" |
|
|