Lines 463-469
Link Here
|
463 |
dom: '<"top"<"table_entries"><"table_controls"f>>t<"clear">', |
463 |
dom: '<"top"<"table_entries"><"table_controls"f>>t<"clear">', |
464 |
columnDefs: [ |
464 |
columnDefs: [ |
465 |
{ targets: ["noshow"], visible: false, searchable: false }, |
465 |
{ targets: ["noshow"], visible: false, searchable: false }, |
466 |
{ type: "anti-the", targets: ["anti-the"] }, |
|
|
467 |
{ visible: false, targets: ["hidden"] }, |
466 |
{ visible: false, targets: ["hidden"] }, |
468 |
{ className: "dtr-control", orderable: false, targets: -1 }, |
467 |
{ className: "dtr-control", orderable: false, targets: -1 }, |
469 |
], |
468 |
], |
470 |
- |
|
|