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

Default value: 6

Gets or sets the number of day rows that appear in the calendar. This is useful if you want to view more or less calendar days on the calendar month.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  number
    returnsValue = $(".selector").wijcalendar("option", "dayRows");
    
    // Set value
    var newValue; // Type:  number
    $(".selector").wijcalendar("option", "dayRows", newValue);
        
});
var dayRows : number;
See Also

Reference

options type
wijcalendar jQuery Widget