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 bed0fc7 + 7d0a105 commit db4e631Copy full SHA for db4e631
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