#2246 closed enhancement (fixed)
Sticky table headers
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.18.1 |
Component: | web | Version: | |
Keywords: | Cc: |
Description (last modified by )
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
Update 2021-06-15: This seems to be implemented now in Chrome 91. I guess it will come to Edge as well soon.
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.
Change History (12)
comment:1 by , 4 years ago
comment:11 by , 4 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:12 by , 3 years ago
Description: | modified (diff) |
---|
Note:
See TracTickets
for help on using tickets.
In 7930: