How can I change the style of a particular row based on a condition? I can use JSF EL in rich:column style class attribute, but I have to write for each column. I want to change the entire row.
Thanks
How can I change the style of a particular row based on a condition? I can use JSF EL in rich:column style class attribute, but I have to write for each column. I want to change the entire row.
Thanks
When using h:datatable, create a bean method and call this to determine the style. Perhaps this could also be done for a rich:datatable?
and in the .xhtml: