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.
2 parents fa36cd9 + db4e631 commit 2258654Copy full SHA for 2258654
projects/igniteui-angular/src/lib/grids/grid-base.directive.ts
@@ -3691,6 +3691,7 @@ export abstract class IgxGridBaseDirective extends DisplayDensityBase implements
3691
public resetCaches(recalcFeatureWidth = true) {
3692
if (recalcFeatureWidth) {
3693
this._headerFeaturesWidth = NaN;
3694
+ this.summaryService.summaryHeight = 0;
3695
}
3696
this.resetForOfCache();
3697
this.resetColumnsCaches();
0 commit comments