It looks like you're new here. If you want to get involved, click one of these buttons!
Sign In RegisterIt looks like you're new here. If you want to get involved, click one of these buttons!
function viewAttachment(value, row, index) {
if (value != "")
{
url = $('#base-url').data('target');
return '' + value + ' ';
}
}
the "row.attachment " does refer to what?
im trying to adding attachments also on client view
Comments
The controller method returns a {key:value} pair json object.
row.attachment
would refer to the value associated to the key 'attachment'