How can acces row css for multiple colored rows?
I try use :
.redRow .ui-datatable-even, ui-datatable-odd {
background-color: red;
}
.blueRow .ui-datable-even, ui-datatable-odd{
background-color: blue;
}
but it doesnt work, because primefaces theme override this. How to do something like this?