42
Views
1
Comments
[FullCalendar Reactive] Events data is displaying only when hard reloading the page
Question
fullcalendar-reactive
Reactive icon
Forge asset by Mediaweb

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.

Event_EndUser.oml
2024-02-04 17-47-27
João Reis

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 ! 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.