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 840f9b7 commit 6ac2916Copy full SHA for 6ac2916
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -3698,6 +3698,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
3698
public resetCaches(recalcFeatureWidth = true) {
3699
if (recalcFeatureWidth) {
3700
this._headerFeaturesWidth = NaN;
3701
+ this.summaryService.summaryHeight = 0;
3702
}
3703
this.resetForOfCache();
3704
this.resetColumnsCaches();
0 commit comments