Open Ramfat opened 5 years ago
Hi.
I've tried setting a loading function through the config object but it seems it is not fired as i cannot even see a log in my console when loading new events.
Example code:
config: { loading: function () { console.log('Loading!'); }, weekends: true, locale: 'sv', defaultView: 'listWeek', header: { left: "prev,next,today", center: "", right: "title" }, },
Are you loading events as a function? (https://fullcalendar.io/docs/events-function) I believe that may be the only way your loading event will fire.
Hi.
I've tried setting a loading function through the config object but it seems it is not fired as i cannot even see a log in my console when loading new events.
Example code:
config: { loading: function () { console.log('Loading!'); }, weekends: true, locale: 'sv', defaultView: 'listWeek', header: { left: "prev,next,today", center: "", right: "title" }, },