From a user:
in my tabular data, i draw a line every five rows (using
css) so the user can keep their bearings in the table. same idea as the
“zebra stripes” you see on many tables, but slightly less obtrusive.
so, the sort is great, but after sorting, the lines of course get all
mixed up.
It’s not clear that this is solvable in any rational way. Perhaps the best
way would be to solve this by calling a user-defined function after each
sort, and explaining how to put the lines back in in your function?
that’s hard for them to do, though.