@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.
@@ -4034,7 +4034,9 @@
4034
4034
  /** Genera le informzioni di paginazione per la vista globale dell'es-table */
4035
4035
  EsTableComponent.prototype.setupPagingInformations = function () {
4036
4036
  var _a;
4037
+ // Default che valgono di base, poi eventualmente moddati dalle funzioni sotto
4037
4038
  this.PagerOptions.ShowCount = !this.HidePagingCount;
4039
+ this.PagerOptions.UsesView = true;
4038
4040
  if (this.arrayMode && this.UseArrayModePaging && !this.SearchView) {
4039
4041
  this.PagerOptions.PagerCount = this.View.length || 0;
4040
4042
  this.PagerOptions.ShowPaging = !this.HidePaging && this.View.length > 10;