@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.
@@ -4060,7 +4060,7 @@
4060
4060
  else if (this.arrayMode && (!this.UseArrayModePaging || this.SearchView)) {
4061
4061
  if (this.SearchView) {
4062
4062
  this.PagerOptions.View = this.SearchView;
4063
- this.PagerOptions.PagerCount = this.SearchView.objectcount || 0;
4063
+ this.PagerOptions.PagerCount = (this.SearchView.objectcount || 0) + this.View.length;
4064
4064
  }
4065
4065
  else
4066
4066
  this.PagerOptions.PagerCount = this.View.length || 0;