react-base-table
react-base-table copied to clipboard
Sticky header with frozen column on window scroll
Hi @nihgwu
first of all, thanks for the handy library,
I saw the comment in the issue https://github.com/Autodesk/react-base-table/issues/281,
but still have questions about how to apply sticky
on the header with frozen columns
,
this is a rough example when I try to add a sticky effect on it (link),
I knew the frozen columns are rendered as another table and got fixed by position: absolute
so the css may be hard to tweak,
I am not sure is there any solution I can do in current version,
look forward to hear any suggestion.
thanks!
@shinenic I'm sorry it's not possible as there is overflow: hidden
in frozen table, so sticky
won't work in it