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
You can use the dataTables columnClasses and rowClasses properties.
That way you can produce the result which is shown here