Lines 603-609
Link Here
|
603 |
sorting: [[thIndex, "asc"]], |
603 |
sorting: [[thIndex, "asc"]], |
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: ["nosort"], sortable: false, searchable: false }, |
606 |
{ targets: ["nosort"], orderable: false, searchable: false }, |
607 |
{ targets: ["noshow"], visible: false, searchable: false }, |
607 |
{ targets: ["noshow"], visible: false, searchable: false }, |
608 |
{ type: "anti-the", targets: ["anti-the"] }, |
608 |
{ type: "anti-the", targets: ["anti-the"] }, |
609 |
{ visible: false, targets: ["hidden"] }, |
609 |
{ visible: false, targets: ["hidden"] }, |
610 |
- |
|
|