admin管理员组

文章数量:1312932

I want to split single day of Fullcalendar view in multi column. Some thing like this. How can I achieve this ?

This question partially related to this one Fullcalendar - limit selectable to a single day

Thanks , Any kind of help will greatly appreciated.

I want to split single day of Fullcalendar view in multi column. Some thing like this. How can I achieve this ?

This question partially related to this one Fullcalendar - limit selectable to a single day

Thanks , Any kind of help will greatly appreciated.

Share Improve this question edited May 23, 2017 at 12:09 CommunityBot 11 silver badge asked Aug 7, 2012 at 13:21 Ajay PatelAjay Patel 5,41811 gold badges56 silver badges87 bronze badges 1
  • When i add multiple resource, i gets some cosmetic issue. see this link prntscr./6rx76y – Maninblack Commented Apr 10, 2015 at 8:13
Add a ment  | 

2 Answers 2

Reset to default 5

I just published my solution at https://github./mherrmann/fullcalendar-columns. It currently does not allow labels ("Joe Bloggs", "Alan Black" etc. in your screenshot) but has the advantage that it is not a clone of FullCalendar, so you have more freedom to use it with a FullCalendar version you like. It's very basic at the moment but feature requests are wele.

I found some help here by this link: http://code.google./p/fullcalendar/issues/detail?id=490

which led me to

https://github./AbleTech/fullcalendar

I took this fork of fullcalendar and was able to replace the 1.5.3 that i was using and then used the resourceDay view.

本文标签: javascriptHow to split single day in column in fullcalendarStack Overflow