@esfaenza/es-table 11.2.87 → 11.2.88

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.
@@ -3703,7 +3703,7 @@ class EsTableComponent {
3703
3703
  return __awaiter(this, void 0, void 0, function* () {
3704
3704
  let newSearchView = changes['SearchView'];
3705
3705
  if (newSearchView && this.SearchView)
3706
- this.arrayPulsanti = this.utilities_H.getPagesArray(6, this.SearchView.page, this.SearchView.pages || 1, this.SearchView.items.length, this.SearchView.itemsperpageoverride);
3706
+ this.arrayPulsanti = this.utilities_H.getPagesArray(6, this.SearchView.page, this.SearchView.pages || 1, this.SearchView.objectcount, this.SearchView.itemsperpageoverride);
3707
3707
  });
3708
3708
  }
3709
3709
  /** @ignore */