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
Super nice plugin, I was able to get it working really quickly.
I'm fetching data via ajax when infiniteHandler is called. I was wondering how I should handle the case where the loading fails. I was thinking of displaying a message with a "Retry" button that would trigger infiniteHandler again to try to load the data again.
It would be a nice example to include in the documentation 😊