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'm trying figure out a way to refresh the calendar seamlessly without the flicker.
I was thinking of making 2 divs, one hidden where I could refresh it with new data thinking that it's hidden so it would render out of sight, then use the contents of that div to update the inside of the other div.
However, this doesn't work. Anytime you call "weekCalendar('refresh')" it seems to refresh all the registered calendars on the page.
I'm wondering how it might be possible to fix this issue.
Thanks!
The text was updated successfully, but these errors were encountered:
I'm trying figure out a way to refresh the calendar seamlessly without the flicker.
I was thinking of making 2 divs, one hidden where I could refresh it with new data thinking that it's hidden so it would render out of sight, then use the contents of that div to update the inside of the other div.
However, this doesn't work. Anytime you call "weekCalendar('refresh')" it seems to refresh all the registered calendars on the page.
I'm wondering how it might be possible to fix this issue.
Thanks!
The text was updated successfully, but these errors were encountered: