Scheduler Timeline view infinite scroll or endless paging

Hi,

We have to display the timeline details for a number of users (and the number could be > 3000) and we would want to display the data in a paginated way by means of endless scrolling. So when the user has scrolled to the end of the timeline view, we would fetch the next set of data and then update the timeline with the new set. Is this possible in timeline view and if so, can you provide some pointers in the documentation if any ?

regards
Santosh S

Hi,
currently there is no designed way to do it.
The API provides ways for managing sections and the data of timeline dynamically
docs.dhtmlx.com/scheduler/api__s … rlist.html
docs.dhtmlx.com/scheduler/api__s … ction.html

However, this won’t be suitable for infinite scrolling

Thank you for your answer.

Will we be able to track the scroll position and then request for new data like it is done for a div ? Would this work ?

regards
Santosh S

Hi,

Is there a functionality for this in the newer versions of the timeline view? Hoping that there were some development about this for the last 7 years. If not, is it achievable to do infinite scrolling for the timeline view given the events and properties the scheduler provides today?

Hello @gctfs ,

Currently, there is no functionality that allows infinite scroll for the timeline view, and there are no workarounds for it. This feature stays in plans, and will be implemented in future versions, unfortunately there is no ETA.