This demo showcases how to customize the starting week of the month, the number of weeks rendered, and the maximum number of events rendered in month view.
In this demo, the starting week of the month view is customized by using the displayDate
property. The number of weeks rendered in a month is customized by using the numberOfWeeks
property and the maximum number of events displayed in a single row is customized by using the
maxEventsPerRow
property. These properties have been configured under the views
property view options. displayDate
and numberOfWeeks
properties can be applicable only
for month view. The maxEventsPerRow
property is only applicable for month, timeline, and timeline
year views.