We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5246730 + a0ade8e commit 80245a3Copy full SHA for 80245a3
projects/igniteui-angular/src/lib/grids/headers/grid-header.component.html
@@ -7,7 +7,7 @@
7
</ng-container>
8
</span>
9
<div class="igx-grid__th-icons" *ngIf="!column.columnGroup">
10
- <igx-icon
+ <igx-icon
11
[attr.draggable]="false"
12
[attr.data-sortIndex]="column.field | sortingIndex:grid.sortingExpressions"
13
class="sort-icon"
@@ -18,6 +18,6 @@
18
19
<igx-icon [ngClass]="filterIconClassName" [attr.draggable]="false" (click)="onFilteringIconClick($event)"
20
*ngIf="grid.allowFiltering == true && column.filterable && grid.filterMode == 'excelStyleFilter'">
21
- filter_list
+ more_vert
22
</igx-icon>
23
</div>
0 commit comments