SwimlaneSettings

23 Sep 20251 minute to read

Holds the configuration of swimlane settings in kanban board.

Properties

allowDragAndDrop boolean

Enable or disable the card drag and drop actions

Defaults to false

enableFrozenRows boolean

Enables or disables the freeze the swimlane rows

Defaults to false

keyField string

Defines the swimlane key field

Defaults to null

showEmptyRow boolean

Enable or disable empty swimlane

Defaults to false

showItemCount boolean

Enable or disable items count

Defaults to true

showUnassignedRow boolean

Enable or disable unassigned swimlane group

Defaults to true

sortComparer SortComparerFunction

Defines the custom sort comparer function.
The sort comparer function has the same functionality like
Array.sort sort comparer.

Defaults to null

sortDirection SortDirection

Sort the swimlane resources. The possible values are:

  • Ascending
  • Descending

Defaults to ‘Ascending’

template string|Function

Defines the swimlane row template

Defaults to null

textField string

Defines the swimlane header text field

Defaults to null