Skip to content

Commit 1ada151

Browse files
committed
chore(*): add class related to collapsible property to the group header
1 parent e48e963 commit 1ada151

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/headers/grid-header-group.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
[attr.aria-label]="column.header || column.field"
3737
[attr.aria-expanded]="column.expand"
3838
tabindex="0"
39-
[ngClass]="{'igx-grid__th--pinned-last': hasLastPinnedChildColumn}"
39+
[ngClass]="{'igx-grid__th--pinned-last': hasLastPinnedChildColumn, 'igx-grid__th--collapsible': column.collapsible}"
4040
[igxColumnMovingDrag]="column"
4141
[ghostHost]="grid.outletDirective.nativeElement"
4242
[attr.droppable]="true"

0 commit comments

Comments
 (0)