Joget DX 8 Stable Released
The stable release for Joget DX 8 is now available, with a focus on UX and Governance.
Figure 1: How How to Detect Datalist List When Used as Nested Datalist List Formatter
Figure 2: How to Detect Datalist List When Used as Nested Datalist List Formatter
English |
---|
On the left of Figure 1, where the main |
List is, add an extra parameter (i.e. nestedList) with any value (i.e. 1). |
On the right of Figure 2, where the datalist List is being used as Nested DatalistList, we can then make use of the extra parameter being passed in.
For example, we are using it in Permission (under Advanced Tools).
Code Block | ||
---|---|---|
| ||
return ("#requestParam.nestedList#".equalsIgnoreCase("1")); |