Swimlane

lowcodera Swimlane Component

A versatile component for creating interactive matrixes for a wide range of business scenarios e.g. SWOT Analysis, Portfolio Prioritization

Configuration of Datasets

There are 6 Datasets which can be configured to operate the lowcodera Swimlane component.

Work Items dataset – defines the individual work items which are laid out as cards on the Swimlane

Columns dataset – defines the collection of columns displayed on the Swimlane

Rows dataset - defines the collection of rows displayed on the Swimlane

Toolbar dataset – defines the collection of user defined context menu options.

Connections dataset – defines the collection of relationships between Work Items

Labels dataset – defines the tags which can be added to the Work Item cards.

Columns Dataset

The Columns dataset expects a JSON collection with various attributes which are defined below

Rows Dataset

The Rows dataset expects a JSON collection with various attributes which are defined below

Work Items Dataset

The Work Items dataset expects a JSON collection with various attributes which are defined below.

Toolbar dataset

The Toolbar dataset expects a JSON collection with various attributes which are defined below.

Connections dataset

The Connections dataset expects a JSON collection with various attributes which are defined below.

Labels dataset

The Labels dataset expects a JSON collection with various attributes which are defined below.

Component Properties

The lowcodera Swimlane component has various configuration properties which are documented below.

Output Properties & Events

For handling changes and user interactivity on the Swimlane, you can make use of the EventType output property. As well as default events, custom events can be defined in the Toolbar Dataset. For example, when a user drags a card between columns you may wish to patch these changes to a data source. There are also other output properties which you can use in your PowerFX for handling changes in the OnChange property of the component.

Last updated