Any ideas on how we can have alternate item rows h...
# advancedpdf
p
Any ideas on how we can have alternate item rows have different background colors? I tried using
tr.nth-child(odd)
but that just gives the background to each line.