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.
1 parent e48e963 commit 1ada151Copy full SHA for 1ada151
projects/igniteui-angular/src/lib/grids/headers/grid-header-group.component.html
@@ -36,7 +36,7 @@
36
[attr.aria-label]="column.header || column.field"
37
[attr.aria-expanded]="column.expand"
38
tabindex="0"
39
- [ngClass]="{'igx-grid__th--pinned-last': hasLastPinnedChildColumn}"
+ [ngClass]="{'igx-grid__th--pinned-last': hasLastPinnedChildColumn, 'igx-grid__th--collapsible': column.collapsible}"
40
[igxColumnMovingDrag]="column"
41
[ghostHost]="grid.outletDirective.nativeElement"
42
[attr.droppable]="true"
0 commit comments