@easydata/crud 1.4.8 → 1.4.10

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.
@@ -5194,6 +5194,7 @@ var easy_grid_EasyGrid = /** @class */ (function () {
5194
5194
  .toDOM();
5195
5195
  if (this.rowsOnPagePromise) {
5196
5196
  this.rowsOnPagePromise.then(function (count) {
5197
+ _this.footerDiv.innerHTML = '';
5197
5198
  _this.footerPaginateDiv = _this.renderPageNavigator();
5198
5199
  _this.footerDiv.appendChild(_this.footerPaginateDiv);
5199
5200
  var pageInfoBlock = _this.renderPageInfoBlock(count);