seatgeek / react-infinite

A browser-ready efficient scrolling container based on UITableView

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how i can scroll list to need item?

romreed opened this issue · comments

I have an id element and I want after the list loading with the elements to scroll it to the need. How can I do that?
i use useWindowAsScrollContainer={false}

$(".list").scrollTop = listItemIdx * listItemHeight; very help me
#110
#51