@annalib/anna-core 4.1.0 → 4.1.2

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.
@@ -1736,6 +1736,7 @@ class AnnaNonEditableGenericTableComponent {
1736
1736
  if (this.showSkeletonLoading) {
1737
1737
  this.tableData = this.numberOfSkeletonColumns;
1738
1738
  this.renderedData = this.numberOfSkeletonColumns;
1739
+ this.isNoDataToDisplaySubject$.next(false);
1739
1740
  this.annaFilterService.initialValueMap = new Map();
1740
1741
  }
1741
1742
  else {
@@ -2440,10 +2441,11 @@ class AnnaNonEditableGenericTableComponent {
2440
2441
  applyFilters() {
2441
2442
  this.applyListFilters();
2442
2443
  this.applySortingOnFilteredData();
2443
- this.emitData();
2444
+ // this.emitData();
2444
2445
  this.setInitialRowsForTable();
2445
2446
  this.disableEnableEachColumnTooltipIcon();
2446
2447
  this.annaFilterService.updateStateOfTheCurrentFilterTab(this.annaSortService.columnSortState);
2448
+ this.emitData();
2447
2449
  this.closeTooltip();
2448
2450
  }
2449
2451
  applyListFilters() {