We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Create new columns dynamically in Kanban Board

Hello, it's possible to create new columns dynamically? I would like allow the user to make his custom kanban board. Thanks for help.

1 Reply

KK Karthigeyan Krishnamurthi Syncfusion Team March 28, 2019 09:59 AM UTC

Hi Silvia, 
 
Greetings from Syncfusion. 
 
Yes, it is possible to dynamically add the column in Kanban and for the same below sample is prepared. 
 
function showhide() { 
           var obj = $("#Kanban").ejKanban("instance"); 
           obj.columns("Review","Validate","add");  
        } 
 
Regards, 
Karthi 


Loader.
Live Chat Icon For mobile
Up arrow icon