You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Introduction

The Javascript Condition Formatter allows you to transform column data based on user-defined conditions.

Javascript Condition Formatter Properties

NameDescriptionScreens (Click to view)
Conditions

In short, when this rule is true, execute this formatting.

Every row in the configured datalist column will be processed with these conditions.

Use the {fieldName} prefix to retrieve column value, eg: {userTelNumber}.

It is also possible to inject hash variables here.

Usage example:

Example result:


When there is a conflict/multiple match between conditions, the first matched condition will take precedence.

Result:

Figure 1: Javascript Condition Formatter Properties




  • No labels