Kanban Board
Last updated
Last updated
In this tab, you can add, rename and swap the columns of the Kanban Board.
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.
The get
onCardChange
property records the latest instance of a card moving from one column to the other.
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.
The get
onColumnClick
property records the column title when the app user clicks on it.