width
Optional. Sets the width of the calendar
width?: string | number;
Default value: "250px"
Example
const calendar = new dhx.Calendar("calendar_container", {
width: "300px"
});
Related sample: Calendar. Calendar width
Optional. Sets the width of the calendar
Default value: "250px"
Example
const calendar = new dhx.Calendar("calendar_container", {
width: "300px"
});
Related sample: Calendar. Calendar width