I wanted to change the background color for a row with document.getElementById(row_id).style.backgroundColor=’red’ but unfortunately that doesnt work for some reason. Then i thought this could be done by applying the same style to all of the columns within a row (all TDs withing a TR). I’ve searched the web for such a function but i [...]


