Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refresh Calendar without render flicker #196

Open
lupulin opened this issue Mar 11, 2016 · 0 comments
Open

Refresh Calendar without render flicker #196

lupulin opened this issue Mar 11, 2016 · 0 comments

Comments

@lupulin
Copy link

lupulin commented Mar 11, 2016

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant