Table rows with status icon
Add an icon to graphically indicate the status of your records
Try it out!
Scenario
In this example we have a table of sales records and we want to display an icon to show if the sale was made Online or Offline.
The same approach could be applied for status based workflows, e.g. Approved, In Progress, Complete, etc.
Challenge:
★☆☆☆☆
★☆☆☆☆
Steps
- Create an Autogenerated screen for your table
- Configure your Table block as desired, and then click the Eject button

Ejecting the table block
- Click on the Table
Add component
: IconPick icon
: Select 'cloud-line'- Set Size to '2XL'
- Set a Color
- Click on the
Conditions
tab Add condition
:- 'Show component' IF
{{ Table.Sales.Sales Channel }}
Equals Binding Online - Click
Save
- 'Show component' IF

- Duplicate the Icon
- Change the Icon to 'cloud-off-line' and choose a Color
- Click on
Conditions
tab and edit the condition to:- 'Show component' IF
{{ Table.Sales.Sales Channel }}
Equals Binding Offline - Click
Save
- 'Show component' IF

App export
Downloads may take a few seconds.
Updated 10 days ago