|
Lines 82-88
$(document).ready(function () {
Link Here
|
| 82 |
$("#facet_biblios_table").DataTable( |
82 |
$("#facet_biblios_table").DataTable( |
| 83 |
$.extend(true, {}, dataTablesDefaults, { |
83 |
$.extend(true, {}, dataTablesDefaults, { |
| 84 |
"columnDefs": [ |
84 |
"columnDefs": [ |
| 85 |
{ "orderable": false, "searchable": false, 'targets': ['NoSort'] }, |
85 |
{ "orderable": false, "targets": [ "NoSort" ] }, |
| 86 |
{ "searchable": false, "visible": false, "targets": 0 } |
86 |
{ "searchable": false, "visible": false, "targets": 0 } |
| 87 |
], |
87 |
], |
| 88 |
"dom": "t", |
88 |
"dom": "t", |
| 89 |
- |
|
|