Is there a way to prevent overlapping events in jQuery FullCalendar?

前端 未结 10 2098
伪装坚强ぢ
伪装坚强ぢ 2020-12-01 03:47

Is there a way to prevent overlapping events in jQuery FullCalendar?

10条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-01 04:11

    As of version 2.20 this change has been incorporated by default...

    use

    eventOverlap: false

    http://fullcalendar.io/docs/event_ui/eventOverlap/

提交回复
热议问题