Wijmo UI for the Web
monthCols Field
wijmo.calendar.wijcalendar Namespace > options type : monthCols Field

Default value: 1

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

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijcalendar("option", "monthCols");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcalendar("option", "monthCols", newValue);
        
});
var monthCols : number;
Remarks
By setting the monthCols property, calendar months will be added horizontally 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