@@ -, +, @@ --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/access_files.tt @@ -10,7 +10,7 @@ $("#files").dataTable($.extend(true, {}, dataTablesDefaults, { "sDom": 't', "aoColumnDefs": [ - { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false } + { "aTargets": [ -1 ], "asSorting" : [ "desc", "asc" ], "bSearchable": false } ], "bPaginate": false })); --