The init() method initializes and renders the JavaScript Scheduler component.
Declaration
DayPilot.Scheduler.init()Example
const dp = new DayPilot.Scheduler("dp", {
// ...
});
dp.init();See Also
Availability
Availability of this API item in DayPilot editions:
| Product | Lite | Pro |
|---|---|---|
| DayPilot for JavaScript |
DayPilot