@annalib/anna-core 4.1.0 → 4.1.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.
@@ -2438,10 +2438,11 @@ class AnnaNonEditableGenericTableComponent {
2438
2438
  applyFilters() {
2439
2439
  this.applyListFilters();
2440
2440
  this.applySortingOnFilteredData();
2441
- this.emitData();
2441
+ // this.emitData();
2442
2442
  this.setInitialRowsForTable();
2443
2443
  this.disableEnableEachColumnTooltipIcon();
2444
2444
  this.annaFilterService.updateStateOfTheCurrentFilterTab(this.annaSortService.columnSortState);
2445
+ this.emitData();
2445
2446
  this.closeTooltip();
2446
2447
  }
2447
2448
  applyListFilters() {