|
@ -1,4 +1,4 @@ |
|
|
<table class="gf-table w-100" mat-table [dataSource]="dataSource"> |
|
|
<table class="gf-table w-100" mat-table matSort [dataSource]="dataSource"> |
|
|
<ng-container matColumnDef="status"> |
|
|
<ng-container matColumnDef="status"> |
|
|
<th |
|
|
<th |
|
|
*matHeaderCellDef |
|
|
*matHeaderCellDef |
|
@ -37,7 +37,12 @@ |
|
|
</ng-container> |
|
|
</ng-container> |
|
|
|
|
|
|
|
|
<ng-container matColumnDef="currency"> |
|
|
<ng-container matColumnDef="currency"> |
|
|
<th *matHeaderCellDef class="d-none d-lg-table-cell px-1" mat-header-cell> |
|
|
<th |
|
|
|
|
|
*matHeaderCellDef |
|
|
|
|
|
class="d-none d-lg-table-cell px-1" |
|
|
|
|
|
mat-header-cell |
|
|
|
|
|
mat-sort-header |
|
|
|
|
|
> |
|
|
<ng-container i18n>Currency</ng-container> |
|
|
<ng-container i18n>Currency</ng-container> |
|
|
</th> |
|
|
</th> |
|
|
<td *matCellDef="let element" class="d-none d-lg-table-cell px-1" mat-cell> |
|
|
<td *matCellDef="let element" class="d-none d-lg-table-cell px-1" mat-cell> |
|
@ -88,8 +93,9 @@ |
|
|
<ng-container matColumnDef="balance"> |
|
|
<ng-container matColumnDef="balance"> |
|
|
<th |
|
|
<th |
|
|
*matHeaderCellDef |
|
|
*matHeaderCellDef |
|
|
class="d-none d-lg-table-cell px-1 text-right" |
|
|
class="d-none d-lg-table-cell justify-content-end px-1" |
|
|
mat-header-cell |
|
|
mat-header-cell |
|
|
|
|
|
mat-sort-header |
|
|
> |
|
|
> |
|
|
<ng-container i18n>Cash Balance</ng-container> |
|
|
<ng-container i18n>Cash Balance</ng-container> |
|
|
</th> |
|
|
</th> |
|
@ -122,8 +128,9 @@ |
|
|
<ng-container matColumnDef="value"> |
|
|
<ng-container matColumnDef="value"> |
|
|
<th |
|
|
<th |
|
|
*matHeaderCellDef |
|
|
*matHeaderCellDef |
|
|
class="d-none d-lg-table-cell px-1 text-right" |
|
|
class="d-none d-lg-table-cell justify-content-end px-1" |
|
|
mat-header-cell |
|
|
mat-header-cell |
|
|
|
|
|
mat-sort-header |
|
|
> |
|
|
> |
|
|
<ng-container i18n>Value</ng-container> |
|
|
<ng-container i18n>Value</ng-container> |
|
|
</th> |
|
|
</th> |
|
@ -158,6 +165,7 @@ |
|
|
*matHeaderCellDef |
|
|
*matHeaderCellDef |
|
|
class="d-lg-none d-xl-none px-1 text-right" |
|
|
class="d-lg-none d-xl-none px-1 text-right" |
|
|
mat-header-cell |
|
|
mat-header-cell |
|
|
|
|
|
mat-sort-header |
|
|
> |
|
|
> |
|
|
<ng-container i18n>Value</ng-container> |
|
|
<ng-container i18n>Value</ng-container> |
|
|
</th> |
|
|
</th> |
|
|