format: date
description: The date the hold was placed
biblio_id:
type: integer
type:
- integer
- "null"
description: Internal biblio identifier
deleted_biblio_id:
searchable: true,
orderable: true,
render: function (data, type, row, meta) {
return row.biblio.author;
return row.biblio ? row.biblio.author : "" ;
}
},
{
-