Home > Mobile >  Loading events using a function in FullCalendar
Loading events using a function in FullCalendar

Time:04-13

I'm using events array

I used a dummy events array just to test, and my calendar renders with no errors.

The Problem :

I'm rendering the calendar on a Tab Panel, this time using a enter image description here

CodePudding user response:

If you are hiding the container in which the calendar element belongs, then you need to call the calendar's render() method when you re-display it, otherwise it can be messed up by being in a hidden container.

  • Related