igniteui-angular 11.1.37 → 11.1.38

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -48494,10 +48494,13 @@
48494
48494
  return rowSummaries;
48495
48495
  };
48496
48496
  IgxGridSummaryService.prototype.resetSummaryHeight = function () {
48497
+ var _this = this;
48497
48498
  this.summaryHeight = 0;
48498
48499
  this.grid._summaryPipeTrigger++;
48499
48500
  if (this.grid.rootSummariesEnabled) {
48501
+ this.grid.summariesHeight = 0;
48500
48502
  this.retriggerRootPipe++;
48503
+ Promise.resolve().then(function () { return _this.grid.notifyChanges(true); });
48501
48504
  }
48502
48505
  };
48503
48506
  IgxGridSummaryService.prototype.updateSummaryCache = function (groupingArgs) {