Lines 103-109
$(document).ready(function () {
Link Here
|
103 |
$("#facet_biblios_table").DataTable( |
103 |
$("#facet_biblios_table").DataTable( |
104 |
$.extend(true, {}, dataTablesDefaults, { |
104 |
$.extend(true, {}, dataTablesDefaults, { |
105 |
"columnDefs": [ |
105 |
"columnDefs": [ |
106 |
{ "orderable": false, "searchable": false, 'targets': ['NoSort'] }, |
106 |
{ "orderable": false, "targets": [ "NoSort" ] }, |
107 |
{ "searchable": false, "visible": false, "targets": 0 } |
107 |
{ "searchable": false, "visible": false, "targets": 0 } |
108 |
], |
108 |
], |
109 |
"dom": "t", |
109 |
"dom": "t", |
110 |
- |
|
|