I execute a javascript to check if the checkbox is true, then add CSS selectedRow
to change the background color of the row.
.selectedRow{
background-color:#8C9EFF !important;
}
This code is giving me an Invalid Property Value
in Chrome, but I don’t understand what’s wrong with this?
Image Here
New contributor
one learn is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.