Lines 5-12
$(document).ready(function() {
Link Here
|
5 |
$("#files").dataTable($.extend(true, {}, dataTablesDefaults, { |
5 |
$("#files").dataTable($.extend(true, {}, dataTablesDefaults, { |
6 |
"aoColumnDefs": [ |
6 |
"aoColumnDefs": [ |
7 |
{ "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, |
7 |
{ "bSortable": false, "bSearchable": false, 'aTargets': [ 'NoSort' ] }, |
8 |
{ "sType": "anti-the", "aTargets" : [ "anti-the" ] }, |
8 |
{ "sType": "anti-the", "aTargets" : [ "anti-the" ] } |
9 |
{ "sType": "title-string", "aTargets" : [ "title-string" ] } |
|
|
10 |
], |
9 |
], |
11 |
"sPaginationType": "full", |
10 |
"sPaginationType": "full", |
12 |
"aaSorting": [] |
11 |
"aaSorting": [] |
13 |
- |
|
|