Currently, I am utilizing react-table with the selectTable HOC feature. My goal is to have both the checkbox and header fixed in place on my table. While I have been successful in individually fixing each component, I have encountered difficulties when attempting to make them fixed together.
To tackle this issue, I experimented with various solutions which can be viewed at https://codesandbox.io/s/jzr870m25.
I would greatly appreciate any advice or assistance regarding this matter.