@annalib/anna-core 3.5.0 → 3.5.1

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.
@@ -2395,10 +2395,11 @@ class AnnaNonEditableGenericTableComponent {
2395
2395
  applyFilters() {
2396
2396
  this.applyListFilters();
2397
2397
  this.applySortingOnFilteredData();
2398
- this.emitData();
2398
+ // this.emitData();
2399
2399
  this.setInitialRowsForTable();
2400
2400
  this.disableEnableEachColumnTooltipIcon();
2401
2401
  this.annaFilterService.updateStateOfTheCurrentFilterTab(this.annaSortService.columnSortState);
2402
+ this.emitData();
2402
2403
  this.closeTooltip();
2403
2404
  }
2404
2405
  applyListFilters() {