Opened 4 years ago
Last modified 3 years ago
#2246 closed enhancement
Sticky table headers — at Initial Version
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.18.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
If possible, it would be nice to have column headers in table listing to be sticky. In Firefox, it seems to be as easy as setting:
thead { position: sticky; }
It doesn't work in Microsoft Edge or Chrome yet: https://caniuse.com/?search=sticky
There is also an issue with having a table with border-collapse: collapse;
since this will cause all borders to go away on the sticky element.
Note:
See TracTickets
for help on using tickets.