window.onRenderReleaseNameCell = function(result, info) { if(info.col.name === 'name' && info.row.data.marker == '1') { result[result.length] = {html: ""}; return result; } return result; }