[% END %]
<script>
let dt_params = {
var clubs_dt_params = {
columnDefs: [{ sortable: false, targets: ["NoSort"] }],
paginate: true,
};
$("#table_clubnoenrollmemnts").kohaTable(dt_params);
$("#table_clubnoenrollmemnts").kohaTable(clubs_dt_params);
$("#table_clubenrollments").kohaTable(dt_params);
$("#table_clubenrollments").kohaTable(clubs_dt_params);
[% IF CAN_user_clubs_enroll %]
function loadEnrollmentForm( id, enrollent_id = 0 ) {
var patron_lists_dt_params = {
columnDefs: [{ sortable: false, bSearchable: false, targets: ["NoSort"] }],
sPaginationType: "full",
$("#table_listnopatron").kohaTable(dt_params);
$("#table_listnopatron").kohaTable(patron_lists_dt_params);
$("#table_inlists").kohaTable(dt_params);
$("#table_inlists").kohaTable(patron_lists_dt_params);
[% IF CAN_user_tools_manage_patron_lists %]
function addToList() {
-