mercredi 28 juillet 2021

StickyEnd not functioning for Checkbox

enter image description hereThe 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>

enter image description here




Aucun commentaire:

Enregistrer un commentaire