Lines 604-610
Link Here
|
604 |
dom: '<"top"<"table_entries"><"table_controls"f>>t<"clear">', |
604 |
dom: '<"top"<"table_entries"><"table_controls"f>>t<"clear">', |
605 |
columnDefs: [ |
605 |
columnDefs: [ |
606 |
{ targets: ["noshow"], visible: false, searchable: false }, |
606 |
{ targets: ["noshow"], visible: false, searchable: false }, |
607 |
{ type: "anti-the", targets: ["anti-the"] }, |
|
|
608 |
{ visible: false, targets: ["hidden"] }, |
607 |
{ visible: false, targets: ["hidden"] }, |
609 |
{ className: "dtr-control", orderable: false, targets: -1 }, |
608 |
{ className: "dtr-control", orderable: false, targets: -1 }, |
610 |
], |
609 |
], |
611 |
- |
|
|