react-infinite-scroll-component
react-infinite-scroll-component copied to clipboard
An awesome Infinite Scroll component in react.
working on desktop fine..but not working in mobile browser
I am trying to pass node of type HTMLDivElement in scrollableTarget but it gives this error - Uncaught TypeError: Cannot read property 'clientHeight' of null As I am using webcomponent...
I'm trying to make the following process: I have two elements linked to each other by the same ID, one it's outside of the infinite scroll, and the other it's...
I'm using this lib https://github.com/KingSora/OverlayScrollbars for customizing scrollbar and want to use infinite scroll. Infinite scroll works fine without a custom scroll lib. But I need to use both these...
With these changes one can disable the mouse events for the pull-to-refresh feature. This way you have the option to only enable this feature on touch devices.
Many times developers want to present big data, and the most comfortable/accessible way would be using table tags. The problem with this solution that it impose using as an entity...
Hi, i am having trouble with multiple scrolls issue. I am wrapping infinitescroll component within react-perfect-scrollbar component for styling. But unfortunately it does not provides option to pass id. ```...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.4.7 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Even if hasMore is set to true (to test this I have hard set it to always be true), loadMore function gets called only twice. Has anyone seen this type...