Hello dear forum. I already use {{ currentRow.sales > 10 ? 'green' : 'red' }}
for row coloring conditions.. But it is growing heavily. Is there a better way to color them? Like switch case?
{{currentRow.result === 'Unable to log' ? 'red' : currentRow.result === 'You have either used the wrong ? 'yellow' : currentRow.result === 'Yet Another Condition'
? 'red'
: 'blue' }}