Tony CHEMIT pushed to branch develop at ultreiaio / ird-observe

Commits:

1 changed file:

Changes:

  • client/datasource/actions/src/main/resources/fr/ird/observe/client/datasource/actions/report/HtmlExportModel.js
    ... ... @@ -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),