[ADF-3220] fixed icon change when multiselection is enabled (#4033)

This commit is contained in:
Vito 2018-12-05 16:48:32 +00:00 committed by Eugenio Romano
parent 7197e1e13a
commit fead152ca2

View File

@ -96,7 +96,7 @@
</mat-icon> </mat-icon>
<ng-template #no_iconvalue> <ng-template #no_iconvalue>
<mat-icon class="adf-datatable-selected" <mat-icon class="adf-datatable-selected"
*ngIf="row.isSelected; else no_selected_row" svgIcon="selected"> *ngIf="row.isSelected && !multiselect; else no_selected_row" svgIcon="selected">
</mat-icon> </mat-icon>
<ng-template #no_selected_row> <ng-template #no_selected_row>
<img <img