Skip to content

Commit 7bbb087

Browse files
committed
fix(*): recalc summary sizes when reset caches is called #13705
1 parent 26f28ab commit 7bbb087

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
@@ -3691,6 +3691,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
36913691
public resetCaches(recalcFeatureWidth = true) {
36923692
if (recalcFeatureWidth) {
36933693
this._headerFeaturesWidth = NaN;
3694+
this.summaryService.summaryHeight = 0;
36943695
}
36953696
this.resetForOfCache();
36963697
this.resetColumnsCaches();

0 commit comments

Comments
 (0)