| Issue 277: | Option to disable timeslots in agendaview | |
| 3 people starred this issue and may be notified of changes. | Back to list |
Is there an option to disable the timeslot in agendaview? See my sceenshot and you will see what i mean. Greetings Alexander
Jan 19, 2010
alexander, no there isn't. hiding the cells in css will probably make fullcalendar choke. it looks like what you want to create is a "Gantt Chart", which is already an issue in the issue tracker. merging...
Status:
Duplicate
Mergedinto: 150 |
|
| ► Sign in to add a comment |
Try this: $('#calendar .fc-agenda-head, #calendar .fc-agenda-body .fc-axis').css ('display', 'none')