Single Month Render Hooks
Customize the appearance of each individual month within Multi-Month view.
singleMonthClass - a ClassName Input
singleMonthDidMount
singleMonthWillUnmount
For the month title element, see Single Month Header Render Hooks. For the month grid’s header row and body, see Table Render Hooks.
Argument
When the above hooks are specified as a function in the form function(info), the info is an object with the following properties:
date- Date object representing the first day of the monthmultiMonthColumns- the number of month columns rendered per row.0until the layout has been measuredisFirst-trueif this is the first month rendered in the viewisLast-trueif this is the last month rendered in the viewel- the element. only available insingleMonthDidMountandsingleMonthWillUnmount