No, normal CSS / HTML rules still apply. You can only apply CSS selectors on the generated HTML and there are no CSS selectors that let you apply style based on Table cell values.
You would need custom JS to traverse each cell and modify the style pragmatically, e.g with jQuery:
Would this work if I’m using the Template as an Email Template?
If I’m attempting to render a mini report via a Email Template that is going to display Tabular Data and have colour indicators would it be better to use the TemplateCodePage instead?
If I’m attempting to render a mini report via a Email Template that is going to display Tabular Data and have colour indicators would it be better to use the TemplateCodePage instead?