Browse Source

Set icon columns to stick at the beginning

pull/3377/head
Thomas Kaul 1 year ago
parent
commit
66acf59a86
  1. 2
      libs/ui/src/lib/activities-table/activities-table.component.html
  2. 2
      libs/ui/src/lib/holdings-table/holdings-table.component.html

2
libs/ui/src/lib/activities-table/activities-table.component.html

@ -119,7 +119,7 @@
</td>
</ng-container>
<ng-container matColumnDef="icon">
<ng-container matColumnDef="icon" sticky>
<th *matHeaderCellDef class="px-1" mat-header-cell></th>
<td *matCellDef="let element" class="px-1 text-center" mat-cell>
<gf-asset-profile-icon

2
libs/ui/src/lib/holdings-table/holdings-table.component.html

@ -7,7 +7,7 @@
matSortDirection="desc"
[dataSource]="dataSource"
>
<ng-container matColumnDef="icon">
<ng-container matColumnDef="icon" sticky>
<th *matHeaderCellDef class="px-1" mat-header-cell></th>
<td *matCellDef="let element" class="px-1 text-center" mat-cell>
<gf-asset-profile-icon

Loading…
Cancel
Save