I'm trying to change the color of some column values by setting the data value of these to "<span class='redcolor'>value</span>"
This doesn't work as it just displays the span and everything as text in the column even though the table element renders as
<td role="gridcell"><span class='redcolor'>value</span></td>
Is there a different way to accomplish this? Thanks.
Dan
This doesn't work as it just displays the span and everything as text in the column even though the table element renders as
<td role="gridcell"><span class='redcolor'>value</span></td>
Is there a different way to accomplish this? Thanks.
Dan