Open
Description
Feature
Add option to make table headers on index view sticky.
If we have many rows on the index table, after scrolling down the header becomes hidden, and although it's not crucial, it would be a nice UX improvement to be able to see the column names.
Current workarounds
None
Screenshots
Additional context
Initially, I thought this would be as simple as adding position: sticky
to the table header, but it's not enough, because the whole table is inside a div with overflow-auto
, and that doesn't play nicely with sticky. This article explains this problem well.
Any ideas on how best to implement this?
Metadata
Metadata
Assignees
Type
Projects
Status
Triage