Example of undefined in React Kanban Component

/
/
ShowHideColumns

This sample demonstrates how to control the visibility of Kanban columns dynamically. Check or uncheck the checkboxes from the property panel to show or hide the corresponding column.

More Details...

Loading....
Description

The Kanban provides an option to show or hide its columns dynamically using the following public methods.

  • showColumn: Makes the corresponding column visible based on the specified ID.
  • hideColumn: Hides the corresponding column based on the specified column ID.