Bug 26234: Teach our KohaTable constructor the specific th classes
[koha.git] / koha-tmpl / opac-tmpl / bootstrap / en / modules / opac-detail.tt
index 1e3f2ac..6d9bc45 100644 (file)
             dom: '<"clearfix">t',
             "columnDefs": [
                 { "targets": [ -1 ], "sortable": false, "searchable": false },
-                { "type": "title-string", "targets" : [ "title-string" ] }
                 ],
             "bKohaColumnsUseNames": true,
             "autoWidth": false
             dom: '<"clearfix">t',
             "columnDefs": [
                 { "targets": [ -1 ], "sortable": false, "searchable": false },
-                { "type": "title-string", "targets" : [ "title-string" ] }
                 ],
             "bKohaColumnsUseNames": true,
             "autoWidth": false
         KohaTable("#subscriptionst", {
             dom: '<"clearfix">t',
             "sorting": [[ 1, "desc" ]],
-            "columnDefs": [
-                { "type": "title-string", "targets" : [ "title-string" ] }
-                ],
             "autoWidth": false,
             "bKohaColumnsUseNames": true
         }, serial_column_settings);