Our flexible Kanban board for managing tasks with drag drop


Post by suhas.kachare »

Hi Team ,

I am adding a task to a column using the input box present at column bottomItems. After adding a task name inside an input box, on enter click, I am sending a backend request, and on success of the request, I am refreshing the whole Taskboard again.

In the new data that I am getting after refreshing, I have new task data inside it and want that task to come into view.

How can I achieve this?

Please find below attached screen recording for your reference.

Attachments
Screen Recording 2023-03-29 at 1.41.08 PM.mov
(12.94 MiB) Downloaded 29 times

Post by marcio »

Hey suhas.kachare,

You can use the following method to bring the new task to the view - https://bryntum.com/products/taskboard/docs/api/TaskBoard/view/mixin/TaskBoardScroll#function-scrollToTask

Best regards,
Márcio


Post Reply