Page 1 of 1

How to add new swimlane in react typescript

Posted: Thu Nov 03, 2022 6:09 pm
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?


Re: How to add new swimlane in react typescript

Posted: Thu Nov 03, 2022 8:03 pm
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.