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
Currently infinite loading component calls scrollHandler in mounted hook. I want to run initial loading by myself and let infinite loading component to load items only when user scroll is at the bottom (or top).
Currently in my app I have 2 requests to server, instead of 1 (1 sent by me, another one by infinite loading component)
baldoalessandro, nastykeller, bluskript, sp4r74cus and n700a-dev