Lines 338-344
Link Here
|
338 |
pagingType: "full", |
338 |
pagingType: "full", |
339 |
order: [[2, "asc"]], |
339 |
order: [[2, "asc"]], |
340 |
columnDefs: [ |
340 |
columnDefs: [ |
341 |
{ orderable: false, searchable: false, targets: ["NoSort"] }, |
|
|
342 |
{ type: "anti-the", targets: ["anti-the"] }, |
341 |
{ type: "anti-the", targets: ["anti-the"] }, |
343 |
], |
342 |
], |
344 |
}); |
343 |
}); |
Lines 348-354
Link Here
|
348 |
order: [[2, "asc"]], |
347 |
order: [[2, "asc"]], |
349 |
pagingType: "full", |
348 |
pagingType: "full", |
350 |
columnDefs: [ |
349 |
columnDefs: [ |
351 |
{ orderable: false, targets: ["NoSort"] }, |
|
|
352 |
{ type: "anti-the", targets: ["anti-the"] }, |
350 |
{ type: "anti-the", targets: ["anti-the"] }, |
353 |
], |
351 |
], |
354 |
}); |
352 |
}); |
Lines 356-362
Link Here
|
356 |
var manarlt = $("#mana_results_datatable").kohaTable({ |
354 |
var manarlt = $("#mana_results_datatable").kohaTable({ |
357 |
pagingType: "full", |
355 |
pagingType: "full", |
358 |
columnDefs: [ |
356 |
columnDefs: [ |
359 |
{ orderable: false, searchable: false, targets: ["NoSort"] }, |
|
|
360 |
{ type: "anti-the", targets: ["anti-the"] }, |
357 |
{ type: "anti-the", targets: ["anti-the"] }, |
361 |
], |
358 |
], |
362 |
}); |
359 |
}); |