You're viewing the v7 docs. Upgrading from v6?
view .md

Inline Week Number Render Hooks

In DayGrid view, week numbers appear inline within the day cells. Customize their appearance with these hooks.

inlineWeekNumberClass - a ClassName Input

inlineWeekNumberContent - a Content Injection Input

inlineWeekNumberDidMount

inlineWeekNumberWillUnmount

Argument

When the above hooks are specified as a function in the form function(info), the info is an object with the following properties:

  • num
  • text
  • textParts
  • date - Date object
  • isNarrow
  • hasNavLink