window.renderCell = function(result, {col, row}) { if(col.name === 'name') { if(row.data.postponed) result[result.length] = {html:'' + row.data.delayInfo + '', className:'flex items-end w-full', style:{flexDirection:"column"}}; return result; } if(col.name === 'budget' && typeof(row.data.exceedBudget) != 'undefined') { let iconSign = ' '; let menu = '