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
I am interested in having the available dates dynamically load for each month when the user clicks the next or previous button on the calendar.
I know that you can assign an array of available dates when creating the calendar, but if I have specific dates throughout the year, that array could be very large and not necessary to load up front.
I would cache the results when a user clicks next or previous so you don't need to download the new available dates again.
Is anyone else interested in this type of feature?
The text was updated successfully, but these errors were encountered:
I am interested in having the available dates dynamically load for each month when the user clicks the next or previous button on the calendar.
I know that you can assign an array of available dates when creating the calendar, but if I have specific dates throughout the year, that array could be very large and not necessary to load up front.
I would cache the results when a user clicks next or previous so you don't need to download the new available dates again.
Is anyone else interested in this type of feature?
The text was updated successfully, but these errors were encountered: