row
A row
is responsible for displaying data inside an info-table
. An info-table
can have multiple row
s.
The rows of info-table
are specified using row
tags. Rows act similarly to info
component.
Standard Attributes
bind
bind
Optional
Type: string
Default: unset
The variable or field's value which should be displayed on the right hand side of the info-table
row.
Note: when binding to a field the field's label will automatically be used. Specify label=""
to override this behavior.
label
label
Optional
Type: string
Default: unset
Specify a label to be displayed on the left side of the info-table
row.
value
value
Optional
Type: string
Default: unset
Specify the text to display on the right side of the info-table
row. This is an alternative to using the bind
attribute.
Advanced Attributes
label-color
label-color
Optional
Type: string
- can be a named color or #HEX value
Default: Primary text color
Specify the color of the label
text of the info-table
row
.
label-icon
label-icon
Version compatibility
label-icon
was introduced in version 4.86.1 of the JourneyApps Runtime to replace left-icon
.
Optional
Type: string
Default: unset
Specify the left icon in the row. Find a list of available icons here.
label-icon-color
label-icon-color
Version compatibility
label-icon-color
was introduced in version 4.86.1 of the JourneyApps Runtime to replace left-icon-color
.
Optional
Type: string
- can be a named color or #HEX value
Default: unset
Specify the color of the label-icon
.
left-icon
left-icon
Deprecated
left-icon
is deprecated since version 4.86.1 of the JourneyApps Runtime.
Deprecated. See label-icon
.
left-icon-color
left-icon-color
Deprecated
left-icon-color
is deprecated since version 4.86.1 of the JourneyApps Runtime.
Deprecated. See label-icon-color
.
right-icon
right-icon
Deprecated
right-icon
is deprecated since version 4.86.1 of the JourneyApps Runtime.
Deprecated. See value-icon
.
right-icon-color
right-icon-color
Deprecated
right-icon-color
is deprecated since version 4.86.1 of the JourneyApps Runtime.
Deprecated. See value-icon-color
.
show-if
and hide-if
show-ifhide-ifshow-if
and hide-if
value-icon
value-icon
Version compatibility
value-icon
was introduced in version 4.86.1 of the JourneyApps Runtime to replace right-icon
.
Optional
Type: string
Default: unset
Specify the right icon of the row
. Find a list of available icons here.
value-icon-color
value-icon-color
Version compatibility
value-icon-color
was introduced in version 4.86.1 of the JourneyApps Runtime to replace right-icon-color
.
Optional
Type: string
- can be a named color or #HEX value
Default: unset
Specify the color of the value-icon
.
value-color
value-color
Optional
Type: string
- can be a named color or #HEX value
Default: Primary text color
Specify the color of the value
text of the info-table
row.
Last updated