Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe Commits: cf3e20b0 by Tony Chemit at 2023-12-05T12:37:28+01:00 Improve report html export - final touch - Closes #2811 - - - - - 1 changed file: - client/datasource/actions/src/main/resources/fr/ird/observe/client/datasource/actions/report/HtmlExportModel.js Changes: ===================================== client/datasource/actions/src/main/resources/fr/ird/observe/client/datasource/actions/report/HtmlExportModel.js ===================================== @@ -46,12 +46,9 @@ class GridHandler { document.getElementById("rowCount").innerHTML = this.rowCount; this.resizableOption['checked'] = true; this.sortOption['checked'] = false; + this.paginationOption['checked'] = false; this.paginationSizeOption.value = 20; - if (this.rowCount > 200) { - this.paginationOption['checked'] = true; - } else { - this.paginationSizeOption.disabled = true; - } + this.paginationSizeOption.disabled = true; this.config = { language: language, columns: columnsSupplier(json), View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/cf3e20b00a8104e1dc934e031e... -- View it on GitLab: https://gitlab.com/ultreiaio/ird-observe/-/commit/cf3e20b00a8104e1dc934e031e... You're receiving this email because of your account on gitlab.com.