'<a href="/cgi-bin/koha/erm/agreements/' +
row.agreement_id +
'" class="show">' +
row.name +
escape_str(row.name) +
"</a>"
)
},
searchable: true,
orderable: true,
render: function (data, type, row, meta) {
return row.vendor_id != undefined ? row.vendor.name : ""
return row.vendor_id != undefined
? escape_str(row.vendor.name)
: ""
{
'<a href="/cgi-bin/koha/erm/licenses/' +
row.license_id +
buttons,
search: { search: this.$route.query.q },
columnDefs: [
targets: "_all",
if (type == "display") {
return escape_str(data)
}
return data
],
...this.options,
hidden_ids,
-