Closed mattkoch614 closed 6 years ago
Is it possible to hook into the dayRender function using this package?
dayRender
https://fullcalendar.io/docs/dayRender
I'd like to modify the color of a cell based on the date of the cell, and this function looks like a good way to do that.
You can add a callback for the dayRender event to the custom config prop as I have done with the drop event in the readme.
drop
Is it possible to hook into the
dayRender
function using this package?https://fullcalendar.io/docs/dayRender
I'd like to modify the color of a cell based on the date of the cell, and this function looks like a good way to do that.