react-base-table icon indicating copy to clipboard operation
react-base-table copied to clipboard

Sticky header with frozen column on window scroll

Open shinenic opened this issue 2 years ago • 1 comments

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 avatar Apr 06 '22 08:04 shinenic

@shinenic I'm sorry it's not possible as there is overflow: hidden in frozen table, so sticky won't work in it

nihgwu avatar Apr 21 '22 22:04 nihgwu