This sample demonstrates the important APIs required to manipulate the Kanban control. Provides necessary details in the property panel to add and remove the columns dynamically.
Add Column
Delete Column
The demo explains how to add or remove columns programmatically. addColumn: The public method used to add a column to the Kanban board dynamically. deleteColumn: The public method used to remove the existing column from the Kanban board based on an index.