@annalib/anna-core 34.0.29 → 34.0.30

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.
@@ -4891,7 +4891,6 @@ class AnnaNonEditableGenericTableComponent {
4891
4891
  // 10 is extra just in case, also it increase scrollbar height, if we keep limit same as maximum no of rows then scrollbar height will be less indicating there is less content to scroll.
4892
4892
  this.intialRowLimit = cloneDeep(this.maximumRowsWhichCanBeRenderedWithoutScroll + 10);
4893
4893
  // let actualTableHeight = heightLeftForTable - ((heightLeftForTable - headerHeight - rowHeight) % rowHeight);
4894
- console.log(actualTableHeight);
4895
4894
  this.gtDimension.tableHeight = `${actualTableHeight}px`;
4896
4895
  this.bufferSizeInPxAfterWhichWillAppendNewRows = Math.floor(actualTableHeight * 2);
4897
4896
  if (this.maximumRowsWhichCanBeRenderedWithoutScroll) {