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
Is it possible to lazy load events upon date view change? I am trying to implement lazy loading of events. The goal is to fetch and display events only for the current visible date range of the calendar. Pre-fetching all events is not feasible for my application. I only want to fetch and show events for the day(s) shown to the end user.
The text was updated successfully, but these errors were encountered:
Is it possible to lazy load events upon date view change? I am trying to implement lazy loading of events. The goal is to fetch and display events only for the current visible date range of the calendar. Pre-fetching all events is not feasible for my application. I only want to fetch and show events for the day(s) shown to the end user.
The text was updated successfully, but these errors were encountered: