[% CASE "Barcode" %]
<th>Barcode</th>
[% CASE "Select" -%]
<th>Select</th>
<th class="NoSort">Select</th>
[% CASE "Actions" -%]
<th class="NoSort">Actions</th>
[% CASE %]
<th>[% header_field.field_label | html %]</th>
[% END -%]
[% END %]
$("#batcht").kohaTable({
autoWidth: false,
columnDefs: [
{ targets: [-1, -2], orderable: false, searchable: false },
],
order: [[0, "asc"]],
pagingType: "full",
});
-