clauderic / react-tiny-virtual-list

A tiny but mighty 3kb list virtualization library, with zero dependencies 💪 Supports variable heights/widths, sticky items, scrolling to index, and more!
https://clauderic.github.io/react-tiny-virtual-list/
MIT License
2.46k stars 166 forks source link

Need callback when end of the list is reached #108

Open borhademohini opened 2 years ago

borhademohini commented 2 years ago

Hello team,

Is there any idea how can I know when the scroll is reached to the end of the list.

Thanks in advance.