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:
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user