Lines 226-231
Link Here
|
226 |
KohaTable("print-summary-checkouts", { |
226 |
KohaTable("print-summary-checkouts", { |
227 |
"dom": "Bt", |
227 |
"dom": "Bt", |
228 |
"paging": false, |
228 |
"paging": false, |
|
|
229 |
"bAutoWidth": false, |
229 |
initComplete: function( settings) { |
230 |
initComplete: function( settings) { |
230 |
moveColumnsButton( settings.nTable.id ); |
231 |
moveColumnsButton( settings.nTable.id ); |
231 |
} |
232 |
} |
Lines 234-239
Link Here
|
234 |
KohaTable("print-summary-holds", { |
235 |
KohaTable("print-summary-holds", { |
235 |
"dom": "Bt", |
236 |
"dom": "Bt", |
236 |
"paging": false, |
237 |
"paging": false, |
|
|
238 |
"bAutoWidth": false, |
237 |
initComplete: function( settings) { |
239 |
initComplete: function( settings) { |
238 |
moveColumnsButton( settings.nTable.id ); |
240 |
moveColumnsButton( settings.nTable.id ); |
239 |
} |
241 |
} |
Lines 242-247
Link Here
|
242 |
KohaTable("print-summary-fines", { |
244 |
KohaTable("print-summary-fines", { |
243 |
"dom": "Bt", |
245 |
"dom": "Bt", |
244 |
"paging": false, |
246 |
"paging": false, |
|
|
247 |
"bAutoWidth": false, |
245 |
initComplete: function( settings) { |
248 |
initComplete: function( settings) { |
246 |
moveColumnsButton( settings.nTable.id ); |
249 |
moveColumnsButton( settings.nTable.id ); |
247 |
} |
250 |
} |
248 |
- |
|
|