Hi all,
I am writing a
JSF application, where I am using a dataTable tag to prsesnt a collection of beans. However, I need to color certain table cells. I tried to use CSS and StyleClass but I only get to color the fonts inside the not the whole cell. Btw, I don't want to use the oddrow or evenrow becuase I am coloring the cells based on some specific values and I managed to accomplish that but only the fonts that get colored. Is there something in JSF that can allow me to color the whole cell?
Best regards,