holdshistory:
holdshistory-table:
default_display_length: 20
default_sort_order: 3
columns:
-
columnname: title
[% END %]
var table = KohaTable("table_holdshistory", {
"pagingType": "full",
"order": [[4, 'desc']]
}, table_settings);
});
</script>