@esfaenza/es-table 11.2.87 → 11.2.88
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.
- package/bundles/esfaenza-es-table.umd.js +1 -1
- package/bundles/esfaenza-es-table.umd.js.map +1 -1
- package/bundles/esfaenza-es-table.umd.min.js +1 -1
- package/bundles/esfaenza-es-table.umd.min.js.map +1 -1
- package/esm2015/lib/components/es-table/es_table.component.js +2 -2
- package/fesm2015/esfaenza-es-table.js +1 -1
- package/fesm2015/esfaenza-es-table.js.map +1 -1
- package/package.json +1 -1
|
@@ -4206,7 +4206,7 @@
|
|
|
4206
4206
|
return __generator(this, function (_t) {
|
|
4207
4207
|
newSearchView = changes['SearchView'];
|
|
4208
4208
|
if (newSearchView && this.SearchView)
|
|
4209
|
-
this.arrayPulsanti = this.utilities_H.getPagesArray(6, this.SearchView.page, this.SearchView.pages || 1, this.SearchView.
|
|
4209
|
+
this.arrayPulsanti = this.utilities_H.getPagesArray(6, this.SearchView.page, this.SearchView.pages || 1, this.SearchView.objectcount, this.SearchView.itemsperpageoverride);
|
|
4210
4210
|
return [2 /*return*/];
|
|
4211
4211
|
});
|
|
4212
4212
|
});
|