@esfaenza/es-table 11.2.22-beta37 → 11.2.22-beta38

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.
@@ -3567,7 +3567,7 @@ class EsTableComponent {
3567
3567
  else if (this.arrayMode && (!this.UseArrayModePaging || this.SearchView)) {
3568
3568
  if (this.SearchView) {
3569
3569
  this.PagerOptions.View = this.SearchView;
3570
- this.PagerOptions.PagerCount = this.SearchView.objectcount || 0;
3570
+ this.PagerOptions.PagerCount = (this.SearchView.objectcount || 0) + this.View.length;
3571
3571
  }
3572
3572
  else
3573
3573
  this.PagerOptions.PagerCount = this.View.length || 0;