The checkbox is being overlapping even though stick end is used . Happened with chrome update
<ng-container matColumnDef="select" stickyEnd>
<th mat-header-cell *matHeaderCellDef style="padding-left: 10px;">
<mat-checkbox (change)="$event ? masterToggle() : null"
[checked]="selection.hasValue() && isAllSelected()"
[indeterminate]="selection.hasValue() && !isAllSelected()">
</mat-checkbox>
</th>
Aucun commentaire:
Enregistrer un commentaire