Skip to content

Commit 26a968e

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Leave pinned style on root so background isn't transparent.
1 parent ac8d9e4 commit 26a968e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ export class IgxGridHeaderGroupComponent implements DoCheck {
6060
return this.column.colStart;
6161
}
6262

63+
@HostBinding('class.igx-grid-th--pinned')
64+
public get pinnedCss() {
65+
return this.column.pinned;
66+
}
67+
6368
public get headerID() {
6469
return `${this.grid.id}_-1_${this.column.level}_${this.column.visibleIndex}`;
6570
}

0 commit comments

Comments
 (0)