MonthAdapterOptions: {
    forceSixRows: boolean;
    showAdjacent: boolean;
    weekStartsOn: Day;
}

Type declaration

  • forceSixRows: boolean

    Always make the calendar six rows tall (42 days) so that every month has a consistent height.

  • showAdjacent: boolean

    Whether to show the items of pages adjacent to the current page in order to achieve a fully populated grid of days.

  • weekStartsOn: Day

    Start the week on Sunday (0), Monday (1), etc. Sunday is the default.