columnname: author
-
columnname: callnumber
columnname: volume
columnname: barcode
type: string
enum:
- biblio
- biblio.biblioitem
- checkout
- return_claims
- return_claim
},
"embed": [
"biblio",
"biblio.biblioitem",
"return_claim.patron"
],
"order": [[ 1, "asc" ]],
"columnDefs": [ {
"targets": [0,1,2,3],
"targets": [0,1,2,3,4],
"render": function (data, type, row, meta) {
if ( data && type == 'display' ) {
return data.escapeHtml();
"searchable": true,
"orderable": true,
{
"data": "biblio.biblioitem.volume",
"title": _("Volume"),
"data": "external_id",
"title": _("Barcode"),