Our flexible Kanban board for managing tasks with drag drop


Post by lanpeng »

Hi bryntum team.
I can load data into calendar through project.loadInlineData. which method can do that in taskBoard .


Post by johan.isaksson »

Hi,

TaskBoard shares most of its data layer with Scheduler (and thereby Calendar). You can use project.loadInlineData() also in TaskBoard.

Best regards,
Johan Isaksson

Post by lanpeng »

thanks a lot .
project.loadInlineData() works


Post by tmcuong »

I can not load data
Can you give me sample :) @lanpeng
project.loadInlineData()
Thanks a lot


Post by mats »

@tmcuong Please start a new thread and show the code / JSON you use so we can inspect.


Post by tmcuong »

I used code

 this.taskboard.setConfig(this.taskBoardConfig);    

it runs


Post Reply