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 840f9b7 + 6ac2916 commit da87260Copy full SHA for da87260
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