Dear all,
I just encounter https://bryntum.com/products/schedulerpro/docs/api/SchedulerPro/model/ProjectModel#setting-data
What i want to ask is the following.
I am currently using
Object.assign(scheduler, {events: events, resources: resources})after fetching data from server using axios.
Is what i am doing wrong and i should replace it with inlineData ?