Lines 1209-1215
Link Here
|
1209 |
"sorting" : [[ thIndex, 'asc' ]], |
1209 |
"sorting" : [[ thIndex, 'asc' ]], |
1210 |
"dom": '<"top"<"table_entries"><"table_controls"fB>>t', |
1210 |
"dom": '<"top"<"table_entries"><"table_controls"fB>>t', |
1211 |
"columnDefs": [ |
1211 |
"columnDefs": [ |
1212 |
{ "targets": [ "nosort" ],"sortable": false,"searchable": false }, |
1212 |
{ "targets": [ "nosort" ],"orderable": false,"searchable": false }, |
1213 |
{ "type": "anti-the", "targets" : [ "anti-the" ] }, |
1213 |
{ "type": "anti-the", "targets" : [ "anti-the" ] }, |
1214 |
{ "visible": false, "targets" : [ "hidden" ] }, |
1214 |
{ "visible": false, "targets" : [ "hidden" ] }, |
1215 |
{ "className": 'dtr-control', "orderable": false, "targets": -1 } |
1215 |
{ "className": 'dtr-control', "orderable": false, "targets": -1 } |
1216 |
- |
|
|