ngx-aur-mat-table 12.2.48 → 12.2.50

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.
@@ -1258,6 +1258,7 @@
1258
1258
  this.totalRowProvider = TotalRowProvider.create(this.tableConfig, this.tableDataSource)
1259
1259
  .setStyle()
1260
1260
  .setTotalRow();
1261
+ this.emitFilteredValues();
1261
1262
  };
1262
1263
  NgxAurMatTableComponent.prototype.initCustomSortFunctionsMap = function () {
1263
1264
  var _this = this;