Lines 76-82
Link Here
|
76 |
$(document).ready(function() { |
76 |
$(document).ready(function() { |
77 |
columns_settings = [% TablesSettings.GetColumns( 'opac', 'biblio-detail', 'course_reserves_table', 'json' ) | $raw %] |
77 |
columns_settings = [% TablesSettings.GetColumns( 'opac', 'biblio-detail', 'course_reserves_table', 'json' ) | $raw %] |
78 |
KohaTable("#course_reserves_table", { |
78 |
KohaTable("#course_reserves_table", { |
79 |
"dom": '<"top"flp>rt<"clear">', |
79 |
"dom": '<"top"f>rt<"clear">', |
80 |
"sorting": [[ 1, "asc" ]], |
80 |
"sorting": [[ 1, "asc" ]], |
81 |
"autoWidth": false, |
81 |
"autoWidth": false, |
82 |
"asColumnDefs": [ |
82 |
"asColumnDefs": [ |
83 |
- |
|
|