File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
projects/igniteui-angular/src/lib/grids Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5153,7 +5153,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
51535153 sum += parseInt ( col . calcWidth , 10 ) ;
51545154 }
51555155 }
5156- if ( this . pinning . columns === ColumnPinningPosition . Start ) {
5156+ if ( this . isPinningToStart ) {
51575157 sum += this . featureColumnsWidth ( ) ;
51585158 }
51595159
@@ -6512,7 +6512,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
65126512 if ( this . hasVerticalScroll ( ) && ! this . isPercentWidth ) {
65136513 width -= this . scrollSize ;
65146514 }
6515- if ( this . pinning . columns === ColumnPinningPosition . End ) {
6515+ if ( ! this . isPinningToStart ) {
65166516 width -= this . featureColumnsWidth ( ) ;
65176517 }
65186518
You can’t perform that action at this time.
0 commit comments