virtual-list icon indicating copy to clipboard operation
virtual-list copied to clipboard

Sticky Header

Open benjamincoffin opened this issue 2 years ago • 2 comments
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.

benjamincoffin avatar Aug 17 '23 21:08 benjamincoffin

It is difficult to use sticky on native table. You may need use div instead of it.

phphe avatar Aug 18 '23 08:08 phphe

Ok, thanks.

benjamincoffin avatar Aug 21 '23 15:08 benjamincoffin