The headerHeight property (number) specifies the height of a JavaScript Scheduler time header row in pixels.
DayPilot.Scheduler.headerHeightSince 2018.3.3417 release:
30Previous versions:
20You can override this global value for individual time header rows.
JavaScript
const dp = new DayPilot.Scheduler("dp", {
headerHeight: 25,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
headerHeight: 25,
// ...
};React
<DayPilotScheduler
headerHeight={25}
{/* ... */}
/>Vue
<DayPilotScheduler
:headerHeight="25"
<!-- ... -->
/>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