tbranyen / hyperlist

A performant virtual scrolling list utility capable of rendering millions of rows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't scroll entire list?

stevenvachon opened this issue · comments

Set "option count" to 100 or more:
https://stevenvachon.github.io/scrolling-menu

ezgif-2-a8eeb1b8fcd0

I was reinstantiating on every change without first running the destroy() method. Doing so fixed the issue. Using the refresh() method resulted in #47.