Is it possible to make paging in DayPilot scheduler in case you are loading a lot of server side data into one page? What I am trying to do is to improve performance on client side browser.
There are two options:
1. You can limit the current view using StartDate and Days properties and switch to the next/previous "page" using custom buttons: https://doc.daypilot.org/scheduler/next-and-previous-buttons/
2. You can use higher Days value to display a longer timeline and load the events dynamically during scrolling: https://doc.daypilot.org/scheduler/dynamic-event-loading/