Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe
Commits:
-
cf3e20b0
by Tony Chemit at 2023-12-05T12:37:28+01:00
1 changed file:
Changes:
| ... | ... | @@ -46,12 +46,9 @@ class GridHandler { |
| 46 | 46 | document.getElementById("rowCount").innerHTML = this.rowCount;
|
| 47 | 47 | this.resizableOption['checked'] = true;
|
| 48 | 48 | this.sortOption['checked'] = false;
|
| 49 | + this.paginationOption['checked'] = false;
|
|
| 49 | 50 | this.paginationSizeOption.value = 20;
|
| 50 | - if (this.rowCount > 200) {
|
|
| 51 | - this.paginationOption['checked'] = true;
|
|
| 52 | - } else {
|
|
| 53 | - this.paginationSizeOption.disabled = true;
|
|
| 54 | - }
|
|
| 51 | + this.paginationSizeOption.disabled = true;
|
|
| 55 | 52 | this.config = {
|
| 56 | 53 | language: language,
|
| 57 | 54 | columns: columnsSupplier(json),
|