本文介绍了如何限制jquery完整日历中的事件数量?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我正在使用jquery完整日历。我想在一天内展示大量的活动。
I am using jquery full calendar. i want to show large number of events in a day.
但是通过这样做,所有事件都会重叠,并且会变成不可预测的事件。
But by doing this all events are overlapped and it becomes unpredictable events.
在周视图中情况变得最糟糕。
In the week view situation becomes worst.
请帮助我们,以便我可以在完整的日历中以适当的方式显示大量事件。
Please help me guys so that i can show the large number of events in a proper way in full calendar.
谢谢,
Rajbir
Thanks,Rajbir
推荐答案
使用在日历上配置以避免事件重叠:
Use the below configuration on your calendar to avoid event overlap:
slotEventOverlap: false
这对我有用。
这篇关于如何限制jquery完整日历中的事件数量?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!