The rowMarginTop property (number) specifies the height of the free space above events in each row, in pixels.
DayPilot.Scheduler.rowMarginTopJavaScript
const dp = new DayPilot.Scheduler("dp", {
rowMarginTop: 5,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
rowMarginTop: 5,
// ...
};React
<DayPilotScheduler
rowMarginTop={5}
{/* ... */}
/>Vue
<DayPilotScheduler
:rowMarginTop="5"
<!-- ... -->
/>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