@esfaenza/es-table 11.2.22-beta25 → 11.2.22-beta26

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.
@@ -3541,7 +3541,9 @@ class EsTableComponent {
3541
3541
  /** Genera le informzioni di paginazione per la vista globale dell'es-table */
3542
3542
  setupPagingInformations() {
3543
3543
  var _a;
3544
+ // Default che valgono di base, poi eventualmente moddati dalle funzioni sotto
3544
3545
  this.PagerOptions.ShowCount = !this.HidePagingCount;
3546
+ this.PagerOptions.UsesView = true;
3545
3547
  if (this.arrayMode && this.UseArrayModePaging && !this.SearchView) {
3546
3548
  this.PagerOptions.PagerCount = this.View.length || 0;
3547
3549
  this.PagerOptions.ShowPaging = !this.HidePaging && this.View.length > 10;