|
Lines 110-116
Link Here
|
| 110 |
<script type="text/javascript" id="js"> |
110 |
<script type="text/javascript" id="js"> |
| 111 |
$(document).ready(function() { |
111 |
$(document).ready(function() { |
| 112 |
var columns_settings = [% ColumnsSettings.GetColumns('members', 'holdshistory', 'holdshistory-table', 'json') %]; |
112 |
var columns_settings = [% ColumnsSettings.GetColumns('members', 'holdshistory', 'holdshistory-table', 'json') %]; |
| 113 |
var table = KohaTable("#table_holdshistory", { |
113 |
var table = KohaTable("table_holdshistory", { |
| 114 |
"sPaginationType": "four_button", |
114 |
"sPaginationType": "four_button", |
| 115 |
"aaSorting": [[4, 'desc']], |
115 |
"aaSorting": [[4, 'desc']], |
| 116 |
"sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>', |
116 |
"sDom": 'C<"top pager"ilpfB><"#filter_c">tr<"bottom pager"ip>', |
| 117 |
- |
|
|