Kanban
Component Overview
The Kanban component serves several purposes:
Display data
Edit data (including drag and drop between stages-columns)
Support role-based access control.
Step 1. Configuring API-endpoint
Choose the endpoint, which includes the following fields:
Stage (column) — a
link
field, linked with a directory structureWeight — a
decimal
field. Sorting within a column from small to large ↓. As soon as the user dragged an item the weight is saved from 0 to N for the whole column.
If you want to drag and drop objects, ID
, weight
and stage
fields have to be available both for reading and writing.
Step 2. Configuring Kanban
Choose the stage (column field)
Choose weight field
Choose enable or disable drag and drop
Click "Reset the list" to get the stages from the linked data structure (that is a kind of directory)
Step 3. Configure Cards View and Actions
Follow the same principles as in the Cards component.
Last updated