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.
The Kanban controls 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.