0

even css class does not seem to work in 4.2.1 to assign a different color to even rows, is there a new method to do it?

mcanedo
  • 445
  • 4
  • 10

1 Answers1

0

tr:even is a CSS property, you can use that. If you want HTML support, you can submit a patch with that capability.

romaninsh
  • 10,606
  • 4
  • 50
  • 70