Lines 1481-1487
Note that permanent location is a code, and location may be an authval.
Link Here
|
1481 |
], |
1481 |
], |
1482 |
"order": [[ 1, "asc" ]], |
1482 |
"order": [[ 1, "asc" ]], |
1483 |
"columnDefs": [ { |
1483 |
"columnDefs": [ { |
1484 |
"targets": [0,1,2,3,4,5], |
1484 |
"targets": [0,1,2,3], |
1485 |
"render": function (data, type, row, meta) { |
1485 |
"render": function (data, type, row, meta) { |
1486 |
if ( data && type == 'display' ) { |
1486 |
if ( data && type == 'display' ) { |
1487 |
return data.escapeHtml(); |
1487 |
return data.escapeHtml(); |
Lines 1505-1522
Note that permanent location is a code, and location may be an authval.
Link Here
|
1505 |
"searchable": true, |
1505 |
"searchable": true, |
1506 |
"orderable": true, |
1506 |
"orderable": true, |
1507 |
}, |
1507 |
}, |
1508 |
{ |
|
|
1509 |
"data": "collection_code", |
1510 |
"title": _("Collection"), |
1511 |
"searchable": true, |
1512 |
"orderable": true, |
1513 |
}, |
1514 |
{ |
1515 |
"data": "item_type", |
1516 |
"title": _("Item type"), |
1517 |
"searchable": false, |
1518 |
"orderable": true, |
1519 |
}, |
1520 |
{ |
1508 |
{ |
1521 |
"data": "callnumber", |
1509 |
"data": "callnumber", |
1522 |
"title": _("Callnumber"), |
1510 |
"title": _("Callnumber"), |
1523 |
- |
|
|