Skip to content

Commit 9af80c8

Browse files
MKirovaMKirova
authored andcommitted
chore(*): Add change detection.
1 parent e46e771 commit 9af80c8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/grids/pivot-grid/pivot-grid.component.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1015,6 +1015,7 @@ export class IgxPivotGridComponent extends IgxGridBaseDirective implements OnIni
10151015
const autoWidth = this.getLargesContentWidth(headers);
10161016
dimension.width = autoWidth;
10171017
this.pipeTrigger++;
1018+
this.cdr.detectChanges();
10181019
}
10191020
}
10201021

0 commit comments

Comments
 (0)