Table Render Hooks
Customize the table-structured layout used across views.
tableClass - a ClassName Input for the root table element
tableHeaderClass - a ClassName Input for the header row (where day names appear)
tableBodyClass - a ClassName Input for the body (where day cells and events appear)
Argument
When the above hooks are specified as a function in the form function(info), the info is an object with the following properties:
borderlessX-truewhen the table has no left or right outer bordersborderlessTop-truewhen the table has no top outer borderborderlessBottom-truewhen the table has no bottom outer bordermultiMonthColumns- in MultiMonth view, the number of month columns rendered per row.0in other viewsisSticky-truewhen the element is rendered in a sticky position (e.g. the header row stays pinned while scrolling). Only available intableHeaderClass.