Hello,
I'm trying to change the class of a row based on a data value displayed in the row. I've been able to to that.
However, the mouseover event removes the modified class in favor of the original one and the visual effect is diminished.
Is there a simple way of modifying the class of a row based on a data element and not having it changed back by the rollover? A better solution would be to change the rollover to a different color as well, but that may be asking too much.