Lines 62-69
$(document).ready(function() {
Link Here
|
62 |
$("#tagst").dataTable($.extend(true, {}, dataTablesDefaults, { |
62 |
$("#tagst").dataTable($.extend(true, {}, dataTablesDefaults, { |
63 |
"aoColumnDefs": [ |
63 |
"aoColumnDefs": [ |
64 |
{ "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, |
64 |
{ "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, |
65 |
{ "sType": "anti-the", "aTargets" : [ "anti-the" ] }, |
65 |
{ "sType": "anti-the", "aTargets" : [ "anti-the" ] } |
66 |
{ "sType": "title-string", "aTargets" : [ "title-string" ] } |
|
|
67 |
], |
66 |
], |
68 |
"aaSorting": [[ 2, "desc" ]], |
67 |
"aaSorting": [[ 2, "desc" ]], |
69 |
"sPaginationType": "full" |
68 |
"sPaginationType": "full" |
70 |
- |
|
|