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