Skip to content
This repository has been archived by the owner on Feb 16, 2021. It is now read-only.

Loading event not triggered #187

Open
Ramfat opened this issue Feb 27, 2019 · 1 comment
Open

Loading event not triggered #187

Ramfat opened this issue Feb 27, 2019 · 1 comment

Comments

@Ramfat
Copy link

Ramfat commented Feb 27, 2019

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" }, },

@PhilMDev
Copy link

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.

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

No branches or pull requests

2 participants