@annalib/anna-core 15.0.24 → 15.0.25

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.
@@ -1950,7 +1950,7 @@ class AnnaNonEditableGenericTableComponent {
1950
1950
  this.cdRef.detectChanges();
1951
1951
  }
1952
1952
  setTableBottomBorder() {
1953
- if (this.tableBorderBottomClassRequired && this.tableData && this.tableData.length && this.maximumRowsWhichCanBeRenderedWithoutScroll <= this.tableData.length) {
1953
+ if (this.tableBorderBottomClassRequired && this.tableData && this.tableData.length && this.maximumRowsWhichCanBeRenderedWithoutScroll < this.tableData.length) {
1954
1954
  this.tableBottomBorderClass = 'bottom-border';
1955
1955
  }
1956
1956
  else {