Bug 26234: Teach our KohaTable constructor the specific th classes
[koha-equinox.git] / koha-tmpl / intranet-tmpl / prog / en / modules / admin / authorised_values.tt
index 17bd962..57a8379 100644 (file)
         <th>Description (OPAC)</th>
         <th>Icon</th>
         <th>Library limitations</th>
-        <th class="noExport">Actions</th>
+        <th class="noExport NoSort">Actions</th>
         </tr>
     </thead><tbody>
     [% FOREACH loo IN loop %]
             var columns_settings = []; // Empty because there are no columns we want to be configurable
 
             KohaTable("categoriest", {
-                "aoColumnDefs": [
-                    { "aTargets": [ -1 ], "bSortable": false, "bSearchable": false },
-                ],
                 "aaSorting": [[ 0, "asc" ]],
                 "sPaginationType": "full"
             }, columns_settings);