Skip to content

Commit 6ac2916

Browse files
committed
fix(*): recalc summary sizes when reset caches is called #13705
1 parent 840f9b7 commit 6ac2916

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/igniteui-angular/src/lib/grids/grid-base.directive.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3698,6 +3698,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
36983698
public resetCaches(recalcFeatureWidth = true) {
36993699
if (recalcFeatureWidth) {
37003700
this._headerFeaturesWidth = NaN;
3701+
this.summaryService.summaryHeight = 0;
37013702
}
37023703
this.resetForOfCache();
37033704
this.resetColumnsCaches();

0 commit comments

Comments
 (0)