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 575-581 Link Here
575
                var thIndex = $(this).find("th.psort").index();
575
                var thIndex = $(this).find("th.psort").index();
576
                $(this).dataTable($.extend(true, {}, dataTablesDefaults, {
576
                $(this).dataTable($.extend(true, {}, dataTablesDefaults, {
577
                    "sorting" : [[ thIndex, 'asc' ]],
577
                    "sorting" : [[ thIndex, 'asc' ]],
578
                    "dom": '<"top"<"table_entries"><"table_controls"fB>>t',
578
                    "dom": '<"top"<"table_entries"><"table_controls"f>>t<"clear">',
579
                    "columnDefs": [
579
                    "columnDefs": [
580
                        { "targets": [ "nosort" ],"sortable": false,"searchable": false },
580
                        { "targets": [ "nosort" ],"sortable": false,"searchable": false },
581
                        { "targets": [ "noshow" ], "visible": false, "searchable": false },
581
                        { "targets": [ "noshow" ], "visible": false, "searchable": false },
582
- 

Return to bug 37027