don-p

Results 5 issues of don-p

Seems related to: https://github.com/martinnov92/React-Splitters/issues/9 I see this error when resizing the browser window, in a view that contains a second instance of `Splitter`: ``` Uncaught TypeError: Cannot read property 'getBoundingClientRect'...

In the "Large Collection" example, this shows how react-virtualized can work with a large list to manage the DOM and render only the visible subset of list items. This works...

@cheton I've looked at the various examples, but there isn't one showing how to load "pages" of external data, in order to make a true "infinite scrolling" tree. I've implemented...

### Issue description The native HTML5 video element provides a context/right-click menu, that includes a "Show Controls" function. When using the video-react component, the navtive controls are hidden by default,...

help wanted
New feature

@garetht Hi - I'm trying to get react-infinite working in a real-world situation, to do infinite scrolling with AJAX data loading at each scroll load request. In the docs, it...