File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
projects/igniteui-angular/src/lib/grids/pivot-grid Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 55 < div class ="igx-grid__tr " role ="row " [style.width.px] ="width ">
66
77 < ng-container *ngIf ="!row ">
8- < div #pivotContainer class ="igx-grid__tr-action " [style.min-width.px] = "grid.pivotRowWidths "
8+ < div #pivotContainer class ="igx-grid__tr-action " [style.min-width.px] = "grid.pivotRowWidths "
99 (pointerdown) ="$event.preventDefault() ">
10-
1110 </ div >
1211 </ ng-container >
1312
5857 </ div >
5958</ div >
6059<!-- Header thumb area -->
61- < div class ="igx-grid-thead__thumb " [hidden] ="!grid.hasVerticalScroll() " [style.width.px] ="grid.scrollSize "> </ div >
60+ < div class ="igx-grid-thead__thumb " [hidden] ="row ? true : !grid.hasVerticalScroll() " [style.width.px] ="grid.scrollSize "> </ div >
You can’t perform that action at this time.
0 commit comments