|
Lines 462-468
Link Here
|
| 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: ["noshow"], visible: false, searchable: false }, |
464 |
{ targets: ["noshow"], visible: false, searchable: false }, |
| 465 |
{ type: "anti-the", targets: ["anti-the"] }, |
|
|
| 466 |
{ visible: false, targets: ["hidden"] }, |
465 |
{ visible: false, targets: ["hidden"] }, |
| 467 |
{ className: "dtr-control", orderable: false, targets: -1 }, |
466 |
{ className: "dtr-control", orderable: false, targets: -1 }, |
| 468 |
], |
467 |
], |
| 469 |
- |
|
|