virtual-list
virtual-list copied to clipboard
Sticky Header
trafficstars
Is it possible to have an option for the table header to be sticky, so it's always visible when a user scrolls? It's ignoring position: sticky; top: 0; and position: fixed; prevents the table header from scrolling horizontally with tables that are wider than the viewport. Thank you for your time.
It is difficult to use sticky on native table. You may need use div instead of it.
Ok, thanks.