Example of Toggle Columns in React Kanban Component

/
/
ToggleColumns

This sample demonstrates the toggle column feature of Kanban. Each column of Kanban can be collapsible, and the testing column is collapsed on page load itself.

More Details...

Loading....
Description

The Kanban component allows you to expand or collapse its columns to save space. The remaining columns extend its width to occupy the hided column space. This feature can be achieved by the following properties:

  • allowToggle: Enables the expand/collapse behavior in Kanban.
  • isExpanded: The property determines whether the column can be collapsed on the page load itself.