The treeEnabled property (boolean) controls whether Scheduler resources (rows) can display children in a tree structure.
DayPilot.Scheduler.treeEnabledfalseSet this property to true to allow resources (rows) to have children displayed as a tree.
JavaScript
const dp = new DayPilot.Scheduler("dp", {
treeEnabled: true,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
treeEnabled: true,
// ...
};React
<DayPilotScheduler
treeEnabled={true}
{/* ... */}
/>Vue
<DayPilotScheduler
:treeEnabled="true"
<!-- ... -->
/>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