The scrollDelayCells property (number) specifies the debouncing delay applied by the JavaScript Scheduler to cell rendering during scrolling, in milliseconds.
DayPilot.Scheduler.scrollDelayCells0JavaScript
const dp = new DayPilot.Scheduler("dp", {
scrollDelayCells: 50,
// ...
});
dp.init();Angular
<daypilot-scheduler [config]="config"></daypilot-scheduler>config: DayPilot.SchedulerConfig = {
scrollDelayCells: 50,
// ...
};React
<DayPilotScheduler
scrollDelayCells={50}
{/* ... */}
/>Vue
<DayPilotScheduler
:scrollDelayCells="50"
<!-- ... -->
/>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