window.onRenderExecutionCell = function(result, info) { if(info.col.name === 'name' && systemMode == 'ALM') { result.push({html: '' + typeList[info.row.data.type] + ''}, {className:'row-reverse'}); } return result; }