Back to Fullcalendar

navLinks

_docs-v6/date-nav-links/navLinks.md

latest560 B
Original Source

Determines if day names and week names are clickable.

<div class='spec' markdown='1'> boolean. *default*: `false` </div>

When true, day headings and weekNumbers will become clickable. When clicked, these links will bring the user to a view that represents the day/week. View a simple demo.

The destination views are automatically determined by the views that are in the headerToolbar. However, they can be explicity defined using navLinkDayClick and navLinkWeekClick.