Hello,
It should be nice if :nth-child can take care about :not() (and/or other) selector.
I work on embedded system and when a "table" is displayed it better to filter element only on client side with some display:block/none instead of redraw the full "table" with or without request to the backend.
Today if we want to color odd lines in blue and even lines in green, it's works when the full table is displayed but not when we filtered and hidden some line.
https://codepen.io/Ygles/pen/aboYLQE
Today more embedded system used WEB technology for MMI but the network or the system is not as powerfull as standard computer.
Regards
Nicolas PILLON