Skip to content

Commit 21b46d3

Browse files
MKirovaMayaKirova
authored andcommitted
chore(*): Prevent any unneccesary size recalcs on data changing in tree grid as well.
1 parent fc540be commit 21b46d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ export class IgxTreeGridComponent extends IgxGridBaseComponent implements IGridD
110110
if (this.shouldGenerate) {
111111
this.setupColumns();
112112
}
113-
this.notifyChanges(true);
113+
this.cdr.markForCheck();
114114
}
115115

116116
/**

0 commit comments

Comments
 (0)