Merge pull request #8581 from ArtemDzhereleiko/AD/bug-fix/attribute-table-select-cell
Fixed select cell width for attribute table
This commit is contained in:
commit
e7f2f4d5e1
@ -139,7 +139,7 @@
|
||||
<table mat-table [dataSource]="dataSource"
|
||||
matSort [matSortActive]="pageLink.sortOrder.property" [matSortDirection]="pageLink.sortDirection()" matSortDisableClear>
|
||||
<ng-container matColumnDef="select" sticky>
|
||||
<mat-header-cell *matHeaderCellDef style="width: 30px;">
|
||||
<mat-header-cell *matHeaderCellDef style="width: 40px;">
|
||||
<mat-checkbox (change)="$event ? dataSource.masterToggle() : null"
|
||||
[checked]="dataSource.selection.hasValue() && (dataSource.isAllSelected() | async)"
|
||||
[indeterminate]="dataSource.selection.hasValue() && !(dataSource.isAllSelected() | async)">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user