View | Details | Raw Unified | Return to bug 11317
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt (-2 / +1 lines)
Lines 10-16 Link Here
10
            $("#files").dataTable($.extend(true, {}, dataTablesDefaults, {
10
            $("#files").dataTable($.extend(true, {}, dataTablesDefaults, {
11
                "sDom": 't',
11
                "sDom": 't',
12
                "aoColumnDefs": [
12
                "aoColumnDefs": [
13
                    { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false }
13
                    { "aTargets": [ -1 ], "asSorting" : [ "desc", "asc" ], "bSearchable": false }
14
                ],
14
                ],
15
                "bPaginate": false
15
                "bPaginate": false
16
            }));
16
            }));
17
- 

Return to bug 11317