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 79f88dd commit 38ee97cCopy full SHA for 38ee97c
projects/igniteui-angular/src/lib/grids/columns/column.component.ts
@@ -547,6 +547,7 @@ export class IgxColumnComponent implements AfterContentInit {
547
/* No grid/width available at initialization. `initPinning` in the grid
548
will re-init the group (if present)
549
*/
550
+ this._unpinnedIndex = this.grid.columns.filter(x => !x.pinned).indexOf(this);
551
this._pinned = value;
552
this.pinnedChange.emit(this._pinned);
553
}
0 commit comments