@annalib/anna-core 36.0.6 → 36.0.8

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.
@@ -4868,6 +4868,14 @@ class AnnaNonEditableGenericTableComponent {
4868
4868
  this.setTableHeight();
4869
4869
  this.setTableBottomBorder();
4870
4870
  }
4871
+ if (changes &&
4872
+ changes.fixNumberOfRowsForPopup &&
4873
+ !changes.gtDimension &&
4874
+ this.setTableHeightWhenRowSizeIsFixed &&
4875
+ !changes.showSkeletonLoading) {
4876
+ this.setTableHeight();
4877
+ this.setTableBottomBorder();
4878
+ }
4871
4879
  if (this.showSkeletonLoading) {
4872
4880
  this.setScrollToInitialPosition();
4873
4881
  this.tableData = this.numberOfSkeletonRows;