window.renderRepobugList = function (result, {col, row, value}) { if(col.name == 'entry') { result[0] = {html: '' + row.data.lines + '' + row.data.entry + ''}; return result; } return result; }