Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
默认情况下,全日历显示特定日期的所有事件,这不是最佳的,我只想显示几个事件,其余事件应该被隐藏,更多链接应该显示,如果我点击更多剩余事件应该显示。
事件限制
限制一天显示的事件数。
$('#calendar').fullCalendar({ eventLimit: true, // for all non-agenda views views: { agenda: { eventLimit: 6 // adjust to 6 only for agendaWeek/agendaDay } }});