|
Lines 145-151
Link Here
|
| 145 |
<script> |
145 |
<script> |
| 146 |
$(function() { |
146 |
$(function() { |
| 147 |
$("#topissuest").dataTable($.extend(true, {}, dataTablesDefaults, { |
147 |
$("#topissuest").dataTable($.extend(true, {}, dataTablesDefaults, { |
| 148 |
"sorting": [ [2, "desc"], [0, "asc"] ], |
148 |
"sorting": [[2, "desc"]], |
| 149 |
"columnDefs": [ |
149 |
"columnDefs": [ |
| 150 |
{ "sortable": false, "searchable": false, 'targets': [ 'NoSort' ] }, |
150 |
{ "sortable": false, "searchable": false, 'targets': [ 'NoSort' ] }, |
| 151 |
{ "type": "anti-the", "targets" : [ "anti-the" ] }, |
151 |
{ "type": "anti-the", "targets" : [ "anti-the" ] }, |
| 152 |
- |
|
|