}
},
{
data: 'basket.authorizer.library_id',
data: "", // 'basket.authorizer.library_id'
orderable: false,
searchable: false,
searchable: false, // FIXME: not searchable as there's no FK
render: function(data, type, row, meta) {
return escape_str(row.basket.authorizer._strings.library_id.str);
if ( basket.authorizer != null ) {
return "";
-