Hi
I'm looking for a way to dynamically set the style of each
row in a dataTable. I know how to do it statically using rowClasses
with a comma delimited string.
I'm using the tomahawk dataTable and I've tried to
change the "rowClasses" property to an expression like so:
#{MyBackingBean.rowClass}
but that property is only resolved once when the table component is rendered.
What I'm looking for is a way to set the style of the current row
being rendered based on the state of the current element (current
"var").
Is this possible?
thanks
-Henrik