Skip to content

Commit 3fe30a2

Browse files
MKirovaMKirova
authored andcommitted
Add icon to gray template as well to align with others.
1 parent 7c6b274 commit 3fe30a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-row.component.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@
109109

110110
<ng-template #headerTemplateGray let-column>
111111
<div class="igx-grid__tr--header" style='color:gray' class='igx-grid__row-indentation--level-{{getLevel(column)}}'>
112+
<igx-icon style='flex-shrink: 0;' [attr.draggable]="false" *ngIf='getLevel(column) > 0'></igx-icon>
112113
{{column.header}}
113114
</div>
114115
</ng-template>

0 commit comments

Comments
 (0)