$(document).ready(function () {
$("table.baskets").kohaTable({
dom: "t",
paginate: false,
paging: false,
searching: false,
info: false,
order: [[1, "asc"]],
$(document).ready(function() {
$('span.hint').hide();
$("#table_orders").kohaTable({
});
[% IF op == 'search' OR op == 'select' %]
var resultst = $("#resultst").kohaTable({
columnDefs: [{ targets: [1], type: "nsb-nse" }],
$("#table_authsubfieldstructure").kohaTable({
aaSorting: [],
if ($("#subfieldtabs").length > 0) {
[% FOREACH codes_loo IN codes_loop %]
$("#[% codes_loo.code | html %]table").kohaTable({
[% END %]
var table = $("#localization").kohaTable({
autoWidth: false,
$(".patron_attributes_types").each(function () {
$(this).kohaTable(
{
},
null
[2, "asc"],
[3, "asc"],
],
[% IF ( loop ) %]
$("#sysprefst").kohaTable({
dom: '<"top pager"ilf>t',
var acquisitiondetails_table = $("#orders").kohaTable(
dom: 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>',
order: [[4, "desc"]],
var comment_table_settings = [% TablesSettings.GetTableSettings('catalogue', 'detail', 'comments-table', 'json') | $raw %];
var comments_table = $("#comments_table").kohaTable(
order: [[2, "desc"]],
orderable: false,
ajax: { url: `/api/v1/biblios/${biblionumber}/item_groups?_per_page=-1` },
$("#resultst").kohaTable({
InitLastAction();
var thetable = $("#resultst").kohaTable(
$("#checkout_infos").kohaTable({
order: [],
// On-site batch checkout
var returns_table = $("#checkedintable").kohaTable(
ordering: false,
dom: '<"table_controls"B>rt',
$("#items-bundle-contents-table").kohaTable({
order: [
[1, "asc"],
[% FOREACH library IN libraries %]
$("#transferst[% library.branchcode | html %]").kohaTable({
[% FOREACH branchesloo IN branchesloop %]
$("#transferst[% branchesloo.branchcode | html %]").kohaTable({
dom: 'B<"clearfix">t',
orderCellsTop: true,
table_settings
);
<script>
$("#suggestions").kohaTable({
$("#statistics").kohaTable({
</script>
$("#catst").kohaTable({
order: [[2, "asc"]],
$("#updatechildf").validate({
rules: {
$("#installed_plugins").kohaTable({
table_settings,
"with_filters"
$("#itemtypest").kohaTable({
$("#resulttable").kohaTable({
hold_table_settings = [% TablesSettings.GetTableSettings( 'circ', 'holds', 'patron_holds_table', 'json' ) | $raw %];
$("#patron_holds_table").kohaTable(
bPaginate: false,
bKohaColumnsUseNames: true,
hold_table_settings
var my_table = $("#requestspecific").kohaTable({
order: [[0, "desc"]],
{ visible: false, targets: ["NoVisible"] },
{ orderable: false, targets: ["_all"] },
$("#files").kohaTable({
columnDefs: [{ targets: [-1], orderSequence: ["desc", "asc"], searchable: false }],
$("#authorities").kohaTable({
$("#selectrecords").on("submit",function(){
columnDefs: [{ targets: [1], type: "num-html" }],
$("#checkouts_result").kohaTable({
$("#extend_due_dates_form").on("submit", function (e) {
$("#mainformsubmit").click(function() {
$("#holidayweeklyrepeatable").kohaTable({
let dt_params = {
createdRow: function (row, data, dataIndex) {
var holiday = $(row).data("date");
if (holiday < datestring) {
}
$(".overduerulest").kohaTable({
dom: '<"top pager"f>rt<"clear">',
$("#overduerulesf").on("submit", function (e) {
$("#table_marcsubfieldstructure").kohaTable({
selectBsTabByHash("subfieldtabs");
-