[eluser]paulopmx[/eluser]
[quote author="Charles Bandes" date="1211502179"]I have a dataset that needs color-coding - is there a way to change the text (or bg) color on a line-by-line basis with flexigrid? I tried putting style tags into my json object, but that didn't work.[/quote]
The easy way is to wrap your text in a span, then add a class in the span.
Then on your css, add rules for your classes.
There is a javascript way, but let me know if this works out for you first.