|
9 | 9 | </ng-template> |
10 | 10 | <ng-template igxHeader let-col> |
11 | 11 | <div class="header-text">{{col.field}}</div> |
12 | | - <igx-icon class="header-icon" color="{{ col.hasSummary ? '#e41c77' : '' }}" (click)="toggleSummary(col)">functions</igx-icon> |
| 12 | + <igx-icon class="header-icon" (click)="toggleSummary(col)">functions</igx-icon> |
13 | 13 | </ng-template> |
14 | 14 | </igx-column> |
15 | 15 | <igx-column #col field="UnitPrice" header="Price" [filterable]="false" width="17%" editable="true" dataType="number" |
|
19 | 19 | </ng-template> |
20 | 20 | <ng-template igxHeader let-col> |
21 | 21 | <div class="header-text">{{col.field}}</div> |
22 | | - <igx-icon class="header-icon" color="{{ col.hasSummary ? '#e41c77' : '' }}" (click)="toggleSummary(col)">functions</igx-icon> |
| 22 | + <igx-icon class="header-icon" (click)="toggleSummary(col)">functions</igx-icon> |
23 | 23 | </ng-template> |
24 | 24 | </igx-column> |
25 | 25 | <igx-column #col field="UnitsInStock" header="Units In Stock" width="17%" dataType="number" editable="true" |
|
29 | 29 | </ng-template> |
30 | 30 | <ng-template igxHeader let-col> |
31 | 31 | <div class="header-text">{{col.field}}</div> |
32 | | - <igx-icon class="header-icon" color="{{ col.hasSummary ? '#e41c77' : '' }}" (click)="toggleSummary(col)">functions</igx-icon> |
| 32 | + <igx-icon class="header-icon" (click)="toggleSummary(col)">functions</igx-icon> |
33 | 33 | </ng-template> |
34 | 34 | </igx-column> |
35 | 35 | <igx-column #col field="Discontinued" header="Discontinued" width="17%" [hasSummary]="true" [dataType]="'boolean'"> |
|
39 | 39 | </ng-template> |
40 | 40 | <ng-template igxHeader let-col> |
41 | 41 | <div class="header-text">{{col.field}}</div> |
42 | | - <igx-icon class="header-icon" color="{{ col.hasSummary ? '#e41c77' : '' }}" (click)="toggleSummary(col)">functions</igx-icon> |
| 42 | + <igx-icon class="header-icon" (click)="toggleSummary(col)">functions</igx-icon> |
43 | 43 | </ng-template> |
44 | 44 | </igx-column> |
45 | 45 | <igx-column #col field="OrderDate" width="15%" [dataType]="'date'" [hasSummary]="true"> |
|
48 | 48 | </ng-template> |
49 | 49 | <ng-template igxHeader let-col> |
50 | 50 | <div class="header-text">{{col.field}}</div> |
51 | | - <igx-icon class="header-icon" color="{{ col.hasSummary ? '#e41c77' : '' }}" (click)="toggleSummary(col)">functions</igx-icon> |
| 51 | + <igx-icon class="header-icon" (click)="toggleSummary(col)">functions</igx-icon> |
52 | 52 | </ng-template> |
53 | 53 | </igx-column> |
54 | 54 | </igx-grid> |
|
0 commit comments