pico icon indicating copy to clipboard operation
pico copied to clipboard

fix: don't count hidden rows in table stripes

Open feored opened this issue 1 year ago • 0 comments

Hiding rows of a table using the hidden global attribute can screw up the striping because they are still counted in the odd/even rows.

This fix is straight from the MDN.

feored avatar Aug 03 '24 20:08 feored