Example of undefined in React Kanban Component

/
/
API

This sample demonstrates the important APIs required to manipulate the Kanban component. Provides necessary details in the property panel to add and remove the columns dynamically.

More Details...

Loading....
Description

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.