Issue 1836: Enter row of custom filters between header controls and calendar
Status:  Duplicate
Merged:  issue 225
Owner: ----
Closed:  Aug 2013
Reported by bradb...@gmail.com, May 16, 2013
We would like to include a row of our own filters and controls in between the defauklt calendar controls and the calendar itself.

What is the best way to go about this? We will handle the content of the new inserted row, we are just concerned with placement. Can we access CSS hooks to create space in that rea and absolutely position a row in there?
Aug 24, 2013
Project Member #1 adamrs...@gmail.com
you can either follow  issue 225 , or do it manually with code after the initial calendar render... just insert divs and such with jquery, attach click handlers, and use the exposed fullCalendar methods if you need them.
Status: Duplicate
Mergedinto: 225