Hi,
I'm trying to display the events data coming from the DB, but it's not being in the first page load instead when I'm doing Empty cache and hard reload then only details are getting displayed, can anyone help me what's the issue over here.
Regards,
Sandeep.
Hello Sandeep Kumar Kolli,It seems that FullCalendar is loading before you have data in the variable.Since FullCalendar has no data to show, it loads empty.I suggest to you, to add an if to validate if the data is fetched, if true you should show the calendar. Don’t forget to add in the screen a variable to control the visibility of FullCalendar.Cheers !