Description
Currently, table striping (where every other row is grey, to aid readability) happens before table rows get hidden (because some metrics are hidden by default). If an odd number of contiguous table rows are hidden on page load, this means adjacent rows can both end up the same color. We should fix the table striping to happen after row hiding.