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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt (-2 / +1 lines)
Lines 574-580 Link Here
574
                var thIndex = $(this).find("th.psort").index();
574
                var thIndex = $(this).find("th.psort").index();
575
                $(this).dataTable($.extend(true, {}, dataTablesDefaults, {
575
                $(this).dataTable($.extend(true, {}, dataTablesDefaults, {
576
                    "sorting" : [[ thIndex, 'asc' ]],
576
                    "sorting" : [[ thIndex, 'asc' ]],
577
                    "dom": '<"top"<"table_entries"><"table_controls"fB>>t',
577
                    "dom": '<"top"<"table_entries"><"table_controls"f>>t<"clear">',
578
                    "columnDefs": [
578
                    "columnDefs": [
579
                        { "targets": [ "nosort" ],"sortable": false,"searchable": false },
579
                        { "targets": [ "nosort" ],"sortable": false,"searchable": false },
580
                        { "targets": [ "noshow" ], "visible": false, "searchable": false },
580
                        { "targets": [ "noshow" ], "visible": false, "searchable": false },
581
- 

Return to bug 37027