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