Ajay Patel
Ajay Patel

Reputation: 5418

How to split single day in column in fullcalendar?

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

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

Thanks , Any kind of help will greatly appreciated.

Upvotes: 5

Views: 7272

Answers (2)

Michael Herrmann
Michael Herrmann

Reputation: 5003

I just published my solution at https://github.com/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 welcome.

Upvotes: 5

Timothy Jeffcoat
Timothy Jeffcoat

Reputation: 805

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

which led me to

https://github.com/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.

Upvotes: 1

Related Questions