← Return to the list of available actions
If you have a problem understanding how the action works, check: Action, Conditional Execution, Components parameters.
Category: Table
Action location: Table
Available from version: 1.0.22
The action colors the rows in the table based on the met condition. With the right configuration, it is possible to color entire columns.
Leaving an empty conditional field is equal to setting it to "true".
Action location | Conditional execution parameter action | Action call-up condition |
---|---|---|
Table | Activates action | The "Condition" parameter will return true - it is checked each time the data used in it is changed |
Parameter name | From version | Description | Paremeter type | Default value | Field type | Comments and restrictions |
---|---|---|---|---|---|---|
Condition* | 1.0.29 | If condition is met, the rows will be colored. | Function |
| Editable field | You can use the "Row index (iteration)" parameter and the "item ()" function to check the condition for each row separately. |
Font color | 1.0.22 | Font color value in hexadecimal, e.g. # AA12FD. After clicking the palette symbol, you can choose a color from the palette or enter the name of the color in hexadecimal notation. | Text | Editable field | ||
Background color | 1.0.22 | Background color value in hexadecimal, e.g. # AA12FD. After clicking the palette symbol, you can choose a color from the palette or enter the name of the color in hexadecimal notation. | Text | Editable field | ||
Columns to color | 1.0.22 | Selected columns (variables in the table) to be colored. If no parameter is given, the entire row will be colored (in all columns) | Array of variables | Editable field |
Parameter*- mandatory field
1.0.22
- Adding a component
1.0.29
- Addition of the "Condition" parameter
1.0.62
- Checking if "Condition" returns a logical type
1.0.82
- Change of palette
Add Comment