@syncfusion/ej2-treegrid 21.2.9 → 21.2.10

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.
@@ -461,7 +461,7 @@ var VirtualTreeContentRenderer = /** @class */ (function (_super) {
461
461
  }
462
462
  else {
463
463
  if (this.totalRecords == this.endIndex) {
464
- this.translateY = scrollArgs.offset.top - (rowHeight - outBuffer);
464
+ this.translateY = (this.totalRecords * rowHeight) - ((this.endIndex - this.startIndex) * rowHeight);
465
465
  }
466
466
  else {
467
467
  this.translateY = scrollArgs.offset.top;