Display more Text in fullcalendar

后端 未结 9 876
一整个雨季
一整个雨季 2020-12-12 09:45

I am looking for a solution to display more information in event.

For example in the DayView you see a event from 06:00 to 10:00.
I want to display a additio

9条回答
  •  暖寄归人
    2020-12-12 10:14

    For some reason, I have to use

    element.find('.fc-event-inner').empty();
    

    to make it work, i guess i'm in day view.

提交回复
热议问题