window.onRenderCell = function(result, {row, col}) { if(result && col.name == 'realname' && row.data.jira) { result[0] = {html: '
' + result[0] + '
'}; } return result; }