Lines 461-467
Link Here
|
461 |
sorting: [[thIndex, "asc"]], |
461 |
sorting: [[thIndex, "asc"]], |
462 |
dom: '<"top"<"table_entries"><"table_controls"f>>t<"clear">', |
462 |
dom: '<"top"<"table_entries"><"table_controls"f>>t<"clear">', |
463 |
columnDefs: [ |
463 |
columnDefs: [ |
464 |
{ targets: ["nosort"], sortable: false, searchable: false }, |
464 |
{ targets: ["nosort"], orderable: false, searchable: false }, |
465 |
{ targets: ["noshow"], visible: false, searchable: false }, |
465 |
{ targets: ["noshow"], visible: false, searchable: false }, |
466 |
{ type: "anti-the", targets: ["anti-the"] }, |
466 |
{ type: "anti-the", targets: ["anti-the"] }, |
467 |
{ visible: false, targets: ["hidden"] }, |
467 |
{ visible: false, targets: ["hidden"] }, |
468 |
- |
|
|