Browse Source
Merge pull request #13344 from ArtemDzhereleiko/AD/bug-fix/calculated-field/argument-table
Remove sticky option for argument table header row in calculate field dialog
pull/13363/head
Vladyslav Prykhodko
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
ui-ngx/src/app/modules/home/components/calculated-fields/components/arguments-table/calculated-field-arguments-table.component.html
|
|
|
@ -116,7 +116,7 @@ |
|
|
|
</mat-cell> |
|
|
|
</ng-container> |
|
|
|
<mat-header-row class="mat-row-select" |
|
|
|
*matHeaderRowDef="['name', 'entityType', 'target', 'type', 'key', 'actions']; sticky: true"></mat-header-row> |
|
|
|
*matHeaderRowDef="['name', 'entityType', 'target', 'type', 'key', 'actions']"></mat-header-row> |
|
|
|
<mat-row |
|
|
|
*matRowDef="let argument; columns: ['name', 'entityType', 'target', 'type', 'key', 'actions']"></mat-row> |
|
|
|
</table> |
|
|
|
|