You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
moveTo is a method that was supported in Infinitegrid v3.
As it was removed in Infinitegrid v4, you can implement the same behavior using scroll on the element.
We suggest using scrollTo after saving the scroll position of the item you want.
This is a demo that moves the scroll position to a specific item.
You may consider using an implementation similar to the demo above.
I noticed that other issues mention the moveto method, but @egjs/react-infinitegrid doesn't seem to have this method? Can anyone tell me why?
The text was updated successfully, but these errors were encountered: