Our flexible Kanban board for managing tasks with drag drop


Post by prabhakaran.r »

Hi
I'm trying add new swimlane in the existing Board (react typescript)
but I don't know where to put the click event function.
Can you guide me?

Attachments
swimlanes.zip
(1.98 MiB) Downloaded 70 times

Post by alex.l »

You need to use useCallback and useState to achieve that. I've applied all required changed into your application, Please review it, I think you'll get the idea.

Attachments
swimlanes.zip
(1.8 MiB) Downloaded 62 times

All the best,
Alex


Post Reply