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.
Up arrow icon