Kanban Board
Description:
Kanban Board
Kanban boards show how work moves from left to right, with each column representing a stage of the overall process. The team pulls cards from one column to another to the right to show progress, and to coordinate their efforts with others.
To implement the Kanban Board, choose a data source to be used to render the Cards. Choose a Kanban Attribute
to be used to group the cards under columns. This attribute will be updated when the cards are moved between cards. Also choose a Kanban Sequence Attribute
that will be used to order the cards within any given column. This attribute will be updated accordingly when the cards are re-ordered.
Allowed Parent Components:
Card Body
Col
Grid Child
Horizontal Section
Popup
Scroll Layout
Side Tab Item
Tab Item
Vertical Section
Allowed Child Components:
Card Wrapper
Kanban Column
Popover
Pulse
Trigger Before Render
Trigger On Drop
Properties
➤ Use Existing Data Source
Choose this prop if you want to reuse a Data Source that was defined on some other component on this page or any of the parent abstract pages.
Allowed Values: Yes/No
➤ Data Source Alias
Choose the DataSource Alias to be used for this Kanban Board
Allowed Values: Choose the DataSource Alias to be used for this Kanban Board
➤ Kanban Attribute
Choose the attribute using which the records to be split between the Kanban Columns
Allowed Values: Choose the attribute using which the records to be split between the Kanban Columns
➤ Kanban Sequence Attribute
Choose the attribute that will be updated with the sequence number when the cards are re-ordered within a Kanban Column
Allowed Values: Choose the attribute that will be updated with the sequence number when the cards are re-ordered within a Kanban Column
➤ Column Width
Specify the width in pixels for the columns
Allowed Values: Any number value
➤ On Drop
Allowed Values: Controller Function
Last updated