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