Lines 219-225
$(document).ready(function() {
Link Here
|
219 |
{ 'mDataProp': 'dt_od_checkouts', 'bSortable': false }, |
219 |
{ 'mDataProp': 'dt_od_checkouts', 'bSortable': false }, |
220 |
{ 'mDataProp': 'dt_fines', 'bSortable': false }, |
220 |
{ 'mDataProp': 'dt_fines', 'bSortable': false }, |
221 |
{ 'mDataProp': 'dt_borrowernotes' }, |
221 |
{ 'mDataProp': 'dt_borrowernotes' }, |
222 |
{ 'mDataProp': 'dt_action', 'bSortable': false } |
222 |
{ 'mDataProp': 'dt_action', 'bSortable': false, 'sClass': 'actions' } |
223 |
], |
223 |
], |
224 |
'fnRowCallback': function(nRow, aData, iDisplayIndex, iDisplayIndexFull) { |
224 |
'fnRowCallback': function(nRow, aData, iDisplayIndex, iDisplayIndexFull) { |
225 |
/* Center text for 6th column */ |
225 |
/* Center text for 6th column */ |