jquery - fullCalendar dayRender for agendaWeek and agendaDay -
i trying change background color of cell of day. managed change background color in month view. when switching agendaweek , agendaday dayrender callback not getting called.
is there workaround in version 2? using fullcalendar v2.3.1
thanks!
i had override default fullcalendar css following:
.fc-day.fc-today { background-color: blueviolet !important; }
by using this, dayrender callback not required.
Comments
Post a Comment