The width property (string) sets the width of the Scheduler control.
DayPilot.Scheduler.width"100%"Use a CSS width value such as "300px" or "100%".
JavaScript
const dp = new DayPilot.Scheduler("dp", {
width: "300px",
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
width: "300px",
// ...
};React
<DayPilotScheduler
width="300px"
{/* ... */}
/>Vue
<DayPilotScheduler
width="300px"
<!-- ... -->
/>Event calendar/scheduling AJAX components. Available for JavaScript/HTML5/jQuery, ASP.NET, ASP.NET MVC. Build resource booking, project management, time tracking applications, personal and shared event calendars.
DayPilot