@syncfusion/ej2-treegrid 22.1.38 → 22.1.39

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.
@@ -13179,12 +13179,12 @@ class VirtualScroll$1 {
13179
13179
  return getExpandStatus(this.parent, e, parents);
13180
13180
  });
13181
13181
  this.visualData = visualData;
13182
+ pageingDetails.count = visualData.length;
13182
13183
  this.parent.grid.notify(dataListener, { data: visualData });
13183
13184
  const counts = { startIndex: -1, endIndex: -1, count: pageingDetails.count, requestType: pageingDetails.actionArgs.requestType };
13184
13185
  this.parent.grid.notify(indexModifier, counts);
13185
13186
  let startIndex = counts.startIndex;
13186
13187
  let endIndex = counts.endIndex;
13187
- pageingDetails.count = visualData.length;
13188
13188
  if (startIndex === -1 && endIndex === -1) {
13189
13189
  let query = new Query();
13190
13190
  const size = this.parent.grid.pageSettings.pageSize;