@esfaenza/es-table 15.2.2 → 15.2.3

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.
@@ -87,7 +87,7 @@ class TablePagerComponent {
87
87
  /** Output invocato quando il numero di elementi per pagina viene modificato da un click utente */
88
88
  this.pagingSelected = new EventEmitter();
89
89
  /** Opzioni di paginazione */
90
- this.PagingOptions = [10, 15, 30, 45, 100];
90
+ this.PagingOptions = [5, 10, 15, 30, 45, 100];
91
91
  }
92
92
  /** @ignore */
93
93
  ngOnInit() {