File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -2520,6 +2520,14 @@ export class IgxGridBaseDirective extends DisplayDensityBase implements
25202520 this . hideOverlays ( ) ;
25212521 }
25222522
2523+ /**
2524+ * @hidden
2525+ * @internal
2526+ */
2527+ public get headerFeaturesWidth ( ) {
2528+ return this . _headerFeaturesWidth ;
2529+ }
2530+
25232531 /**
25242532 * @hidden
25252533 * @internal
Original file line number Diff line number Diff line change 188188</ div >
189189
190190< div class ="igx-grid__scroll " [style.height] ="'18px' " #scr [hidden] ="isHorizontalScrollHidden ">
191- < div class ="igx-grid__scroll-start " [style.width.px] ='pinnedWidth ' [style.min-width.px] ='pinnedWidth ' [hidden] =" pinnedWidth === 0 || !isPinningToStart " > </ div >
191+ < div class ="igx-grid__scroll-start " [style.width.px] ='pinnedWidth ' [style.min-width.px] ='isPinningToStart ? pinnedWidth : headerFeaturesWidth ' > </ div >
192192 < div class ="igx-grid__scroll-main " [style.width.px] ='unpinnedWidth '>
193193 < ng-template igxGridFor [igxGridForOf] ='[] ' #scrollContainer >
194194 </ ng-template >
You can’t perform that action at this time.
0 commit comments