I'm combining react-window-scroller, react-window, and react-table
- I'm experiencing issues when scrolling horizontally. It seems like it loses the styling on each row. Try scrolling a bit down, and then scroll horizontally - All content disappears, now try scrolling vertically and it shows again?
URL to issue: https://codesandbox.io/s/react-window-full-height-page-scroll-7zg47?file=/src/App.js
I'm not sure what's causing this problem. If I remove the styling property on the list, in works, but then I lose the scrolling to window functionality...
A potential, but REALLY ugly solution is to trigger a scroll event onScroll:
I dont think this is a good solution, but for now, I cant see any other way of solving this. Im hoping someone out there has a better solution for this problem? :)