The treeIndent property (number) sets the left indent, in pixels, applied to child resource rows in the JavaScript Scheduler component.
DayPilot.Scheduler.treeIndent20JavaScript
const dp = new DayPilot.Scheduler("dp", {
treeIndent: 30,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
treeIndent: 30,
// ...
};React
<DayPilotScheduler
treeIndent={30}
{/* ... */}
/>Vue
<DayPilotScheduler
:treeIndent="30"
<!-- ... -->
/>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