Feature/set icon columns of tables to stick at beginning (#3377)

* Set icon columns to stick at the beginning

* Update changelog
This commit is contained in:
Thomas Kaul
2024-05-08 20:04:58 +02:00
committed by GitHub
parent 4ad4fa2b30
commit 66bdb374e8
3 changed files with 4 additions and 2 deletions

View File

@@ -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

View File

@@ -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