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?
Asked
Active
Viewed 80 times
1 Answers
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