@esfaenza/es-table 11.2.142 → 11.2.143

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.
@@ -388,7 +388,7 @@
388
388
  /** Output invocato quando il numero di elementi per pagina viene modificato da un click utente */
389
389
  this.pagingSelected = new i0.EventEmitter();
390
390
  /** Opzioni di paginazione */
391
- this.PagingOptions = [10, 15, 30, 45, 100];
391
+ this.PagingOptions = [5, 10, 15, 30, 45, 100];
392
392
  }
393
393
  /** @ignore */
394
394
  TablePagerComponent.prototype.ngOnInit = function () {