I'm facing an issue where I need to add zebra stripes to a table with hidden rows using ng-hide
. The problem is that when I try to stripe the rows with either CSS3 or jQuery, the coloring does not work correctly. You can see an example below.
In this scenario, Row 3 is hidden while Rows 2 and 4 end up having the same color.
You can view the Plunker here.
Any ideas on how to solve this?