I want to show datatable rows with different colors.
I am using rowStyleClass attribute. But It is not changing the colors
My code in datatable is,
rowStyleClass="highlight";
and my css file is looks like this,
.highlight {
background: yellow !important ;
}
