Event not showing in Fullcalendar
I am using http://fullcalendar.io/ for displaying calendar events in my application. But now I have encountered an unexpected behaviour in it. Events are not displaying in the day box, but it is correctly displaying in the more link. I don't know how to explain it, so I have attached a screenshot.
For dates 30,31,1,2,3 there are some events for that date. But no events is been showing in the calendar date. But if you click the more link all events are been showing correctly.
Have anyone faced the same issue?
Is that the 2.5.0 fullcalendar version ?
I'm using the 2.4.0 and I made few tests with the param like you seems to be configured
eventLimit: "true",
eventLimitClick:"popover",
It's works for me. "More links" and popover are working.
Maybe it's a version bug ?
I think it is the desired behavior of full calendar. After much time think i understood the issue. ie. once an event is been showed in the more menu, it will always be displayed in the more menu evenif there is space in other days.
If we consider an event spanning from January 10 - January 25, if the event is in the more menu for January 10, it will always be in the more menu. But if we show the event from January 15 (bcoz there is space) in the date box, it will make an impression as the event is starting from that date.
链接地址: http://www.djcxy.com/p/81282.html上一篇: 仅在fullcalendar.io中显示当月的日子和事件
下一篇: 事件在Fullcalendar中没有显示