Lines 1644-1650
Note that permanent location is a code, and location may be an authval.
Link Here
|
1644 |
], |
1644 |
], |
1645 |
"order": [[ 1, "asc" ]], |
1645 |
"order": [[ 1, "asc" ]], |
1646 |
"columnDefs": [ { |
1646 |
"columnDefs": [ { |
1647 |
"targets": [0,1,2,3,4,5], |
1647 |
"targets": [0,1,2,3], |
1648 |
"render": function (data, type, row, meta) { |
1648 |
"render": function (data, type, row, meta) { |
1649 |
if ( data && type == 'display' ) { |
1649 |
if ( data && type == 'display' ) { |
1650 |
return data.escapeHtml(); |
1650 |
return data.escapeHtml(); |
Lines 1668-1685
Note that permanent location is a code, and location may be an authval.
Link Here
|
1668 |
"searchable": true, |
1668 |
"searchable": true, |
1669 |
"orderable": true, |
1669 |
"orderable": true, |
1670 |
}, |
1670 |
}, |
1671 |
{ |
|
|
1672 |
"data": "collection_code", |
1673 |
"title": _("Collection"), |
1674 |
"searchable": true, |
1675 |
"orderable": true, |
1676 |
}, |
1677 |
{ |
1678 |
"data": "item_type", |
1679 |
"title": _("Item type"), |
1680 |
"searchable": false, |
1681 |
"orderable": true, |
1682 |
}, |
1683 |
{ |
1671 |
{ |
1684 |
"data": "callnumber", |
1672 |
"data": "callnumber", |
1685 |
"title": _("Callnumber"), |
1673 |
"title": _("Callnumber"), |
1686 |
- |
|
|