I'm using the harmony theme with Primefaces 8.0 and the dataTable rowStyleClass don't work. All the style classes i provided don't cusomize the color of the dataTable lines.
Did somebody face this problem before ?
Thanks.

Code: Select all
<ui:define name="head">
<style type="text/css">
.new {
background-color: #54a90a !important;
background-image: none !important;
color: #ffffff !important;
}
</style>
</ui:define>
Code: Select all
rowStyleClass="#{car.year ge 2000 ? 'new' : null}"
Users browsing this forum: No registered users and 1 guest