I am using SPJS on a form and have CSS for the banded rows.
tr.sbs_OuterTR:nth-child(even) {
background-color:#f2f2f2;}
tr.sbs_OuterTR:nth-child(odd) {
background-color:#ffffff;}
I also have some rules that hide rows where appropriate, but the blank banded rows still display. Is there any JS I can use for DispForm and EditForm to hide the blank banded rows?