How would I load data for each of the buttons today, prev and next?
I’m currently using scheduler.load to load the current days JSON data. When I click next, prev or today I would like the data to load and the timeline to redraw.
Hi,
you can use this event docs.dhtmlx.com/scheduler/api__s … event.html
It is triggered each time the displayed view or date changes (i.e. when next/prev/today buttons clicked). In handler you can check if the displayed date has changed and load data if it’s needed