Our flexible Kanban board for managing tasks with drag drop


Post by shimnx »

When I just create a project, I need to get data from the background and load it. I want to know what kinds of loading methods are available. I have used loadInlineData of Gantt graph before, and the Task board seems to be able to use this method, but I don't know what data format to upload. I saw on the official website that its data format is the same as Gantt, but these two controls should not be the same data format, right? Or if there's another way to load it

await project.loadInlineData({
    eventsData             : [...],
    resourcesData          : [...],
    assignmentsData        : [...],
    dependenciesData       : [...],
    resourceTimeRangesData : [...],
    timeRangesData         : [...]
});

Post by tasnim »

Please check here I've answered : viewtopic.php?f=56&t=21847&p=108006#p108006


Post Reply