Wijmo UI for the Web
monthRows Option
wijmo.calendar.wijcalendar Namespace > options type : monthRows Option

Default value: 1

Gets or sets the number of calendar months in vertical direction.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijcalendar("option", "monthRows");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcalendar("option", "monthRows", newValue);
        
});
var monthRows : number;
Remarks
By setting the monthRows property, calendar months will be added vertically to the widget. The default value of this option is "1", which displays one calendar month at a time.
See Also

Reference

options type
wijcalendar jQuery Widget