| Issue 2555: | remove Events odd behaviour | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hello. I asked this on stackoverflow but I haven't got any answers there. I need to render some repeated data, first I removed events than re-fetch events. I have some logic similar to this one:
if(some contition){
fullCalendar('removeEvents', some context);
}
fullCalendar('refetchEvents');
In some cases, it doesn't re-fetch events, because it behaves like the remove event is an async function and re-fetch doesn't work in appropriate way , I wrapped re-fetch into time-out function and it works and re-fetches the events , but this is odd because these are synchronous functions and lines of code.
Aug 13, 2015
Project Member
#1
adamrs...@gmail.com
Status:
Invalid
|
|
| ► Sign in to add a comment |