Search results

ColumnsModel API in JavaScript Kanban API control

Interface for a class Columns

Properties

allowDrag

boolean

Enable or disable column drag

allowDrop

boolean

Enable or disable column drop

allowToggle

boolean

Enable or disable toggle column

headerText

string

Defines the column header title

isExpanded

boolean

Defines the collapsed or expandable state

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.

maxCount

number

Defines the maximum card count in column

minCount

number

Defines the minimum card count in column

showAddButton

boolean

Enable or disable cell add button

showItemCount

boolean

Enable or disable card count in column

template

string | Function

Defines the column template

transitionColumns

string[]

Defines the column transition