I’m working with a calendar inside tabs and the events themselves are not showing up correctly. The calendar loads inside a tab (on page load) and looks like this:
You can try to run the same script on page load too. The script above runs only on click of tab, but on page load, first tab is active by default, so the resize event does not fire.
I haven't used calendar component yet, but it looks like a height issue.
If you have a server connect which is fetching dynamic data for the calendar, I would recommend to call the script on onsuccess static event of it. Else, you can call it on app page load too, but the calendar might not exist at that time, resulting in an error or no change.
Based on my understanding of what you said, I believe the Ids are correct.
It may also also be important to mention that the page conditionally loads tab 3 depending on the user type - as is the case in this instance which may be causing this though I'm not sure.
If using bootstrap 5 without jquery loaded it doesn't work.
Any way to make this work with bootstrap5 with no jquery loaded?
The above do not works too. Show calendar inside a second tab (bootstrap 5 with no jquery loaded) do not work, maybe this is more a issue of fullcalendar or bootstrap, but if someone have a solutions it would be great.