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

Sticky to bottom #86

Open ghost opened 4 years ago

ghost commented 4 years ago

There is an option stickyIndices for setting some items to be sticky to the top edge of container. Is there an option to set some items to be sticky to bottom edge?