want to compare two columns values bigger blue small red
want to compare two columns values bigger blue small red

price avenge_price
A 100 50
B 30 35
C 40 40
A price should be blue
B price should be red
how can i write 'rander'?
thx
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Use
createdRow
if the data is static orrowCallback
if the data can change. The docs have some example code plus a running example here.Kevin