TanStackT
TanStack3y ago
1 reply
brilliant-lime

Sticky header

Hi, how do I implement a sticky header? I know about position sticky, but I also have overflow on my table, and that invalidates sticky. The only way I've been able to do it, is by creating a different table for the headers and syncing the scroll, but that is very cumbersome and not very performant.

This is more a CSS issue, but would be nice if the library supported this somehow?
Was this page helpful?