Kanban Board

Settings

Kanban Board Settings

In this tab, you can add, rename and swap the columns of the Kanban Board.

Status Mappings

Keys:

When connecting data to the Kanban Board, each field needs to be mapped to an element of the widget.

  • Stage Key: this field is passed to place the cards in the correct column. It should be a column of strings, and the values should all correspond to the name of a stage

  • Title Key: the card titles

  • Subtitle Key: the card subtitles

  • Status Key: the key determining the color of the bar on the left of each card. Each value can be mapped to a color in the Status Mapping settings.

Properties

get OnCardChange

The getonCardChange property records the latest instance of a card moving from one column to the other.

get OnCardClick

The get onCardClick property records the data connected to a card the moment the card is clicked. All the data fields passed to the Kanban board are included, even if they're not in the card itself.

get OnColumnClick

The get onColumnClick property records the column title when the app user clicks on it.

Last updated