DEV Community

Discussion on: Scrolling with Page Up/Down Keys in React-Window

Collapse
 
troywolf profile image
Troy Wolf

Thanks for this example and explanation. I am using this in a react-window implementation. I also found this example worked right "out of the box" for a regular table inside a div with overflow. I just added the ref to the div that has the overflow style applied.