FullCalendar - week view events display vertical order

百般思念 提交于 2020-01-05 04:13:07

问题


Is it possible to show the events one below the other like the image?i want view week with events vertical order

sorry my English is not perfet


回答1:


No, it is not possible without editing the source code of fullcalendar.

The best you can do is set eventOverlap: false so that users at least cannot drag and drop the events to have the same time.

You can also try fullcalendar's scheduler plugin which will do almost the same. Search the documentation for vertical resources layout.



来源:https://stackoverflow.com/questions/37144988/fullcalendar-week-view-events-display-vertical-order

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!