-
When event set to display: "background", title disappear. I found someone show title on background event with fullcalendar. Not sure if the feaature is possible here. |
Beta Was this translation helpful? Give feedback.
Answered by
vkurko
Jul 29, 2024
Replies: 1 comment 1 reply
-
Currently, background events do not initially render any content. To change this, you need to override the rendering of all events using eventContent. By checking |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
shijenwai
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently, background events do not initially render any content. To change this, you need to override the rendering of all events using eventContent. By checking
event.display
, you can distinguish which type of event is currently being processed.