Columns
12 Sep 20251 minute to read
Holds the configuration of columns in kanban board.
Properties
allowDrag boolean
Enable or disable column drag
Defaults to true
allowDrop boolean
Enable or disable column drop
Defaults to true
allowToggle boolean
Enable or disable toggle column
Defaults to false
headerText string
Defines the column header title
Defaults to null
isExpanded boolean
Defines the collapsed or expandable state
Defaults to true
keyField string|number
Defines the column keyField. It supports both number and string type.
String type supports the multiple column keys and number type does not support the multiple column keys.
Defaults to null
maxCount number
Defines the maximum card count in column
Defaults to null
minCount number
Defines the minimum card count in column
Defaults to null
showAddButton boolean
Enable or disable cell add button
Defaults to false
showItemCount boolean
Enable or disable card count in column
Defaults to true
template string|Function
Defines the column template
Defaults to null
transitionColumns string[]
Defines the column transition
Defaults to []