timeseries: keep runs table header sticky#5024
Conversation
This change makes the runs table header sticky to the scrollable container.
psybuzz
left a comment
There was a problem hiding this comment.
I was hoping we might be able to make the header row itself sticky, rather than the individual children inside it. However, it didn't work when I tried it, so this lgtm.
Would it be easy and make sense to have the "Select all runs" button and "All runs in this page are selected but not all runs..." sticky as well, since it is semantically similar to the header?
LOL, you actually tried what I wrestled with. I, too, found that weird. |
|
Unfortunately, the select-all flow is a lot harder to support with |
This change makes the runs table header sticky to the scrollable
container.
Tested sync and it exhibits no discernible visual changes at all.