Lines 349-355
Link Here
|
349 |
pagingType: "full", |
349 |
pagingType: "full", |
350 |
order: [[2, "asc"]], |
350 |
order: [[2, "asc"]], |
351 |
columnDefs: [ |
351 |
columnDefs: [ |
352 |
{ orderable: false, searchable: false, targets: ["NoSort"] }, |
|
|
353 |
{ type: "anti-the", targets: ["anti-the"] }, |
352 |
{ type: "anti-the", targets: ["anti-the"] }, |
354 |
], |
353 |
], |
355 |
}); |
354 |
}); |
Lines 359-365
Link Here
|
359 |
order: [[2, "asc"]], |
358 |
order: [[2, "asc"]], |
360 |
pagingType: "full", |
359 |
pagingType: "full", |
361 |
columnDefs: [ |
360 |
columnDefs: [ |
362 |
{ orderable: false, targets: ["NoSort"] }, |
|
|
363 |
{ type: "anti-the", targets: ["anti-the"] }, |
361 |
{ type: "anti-the", targets: ["anti-the"] }, |
364 |
], |
362 |
], |
365 |
}); |
363 |
}); |
Lines 367-373
Link Here
|
367 |
var manarlt = $("#mana_results_datatable").kohaTable({ |
365 |
var manarlt = $("#mana_results_datatable").kohaTable({ |
368 |
pagingType: "full", |
366 |
pagingType: "full", |
369 |
columnDefs: [ |
367 |
columnDefs: [ |
370 |
{ orderable: false, searchable: false, targets: ["NoSort"] }, |
|
|
371 |
{ type: "anti-the", targets: ["anti-the"] }, |
368 |
{ type: "anti-the", targets: ["anti-the"] }, |
372 |
], |
369 |
], |
373 |
}); |
370 |
}); |