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 854cbd1 commit fd31bb0Copy full SHA for fd31bb0
projects/igniteui-angular/src/lib/grids/grid/grid-row.component.html
@@ -60,7 +60,7 @@
60
[ngClass]="{'igx-grid__th--pinned-last': col.hasLastPinnedChildColumn}"
61
[ngStyle]="{'grid-template-rows':col.getGridTemplate(true, false),
62
'grid-template-columns':col.getGridTemplate(false, false),
63
- 'z-index': col.hasLastPinnedChildColumn ? 1 : null,
+ 'z-index': col.pinned ? 1 : null,
64
'-ms-grid-rows':col.getGridTemplate(true, true),
65
'-ms-grid-columns':col.getGridTemplate(false, true)}">
66
<igx-grid-cell *ngFor="let child of col.children"
0 commit comments