General
The list view can have the summary rows at the bottom (list view only)
-
Each row is an array of values.
-
A
null
value indicates an empty cell. -
If a value is an object, it should have a
value
key and analign
key.
Example 130. Code JSON
"appearance": { "summary: { "rows": [ {"row": [ "Total Accounts", null, null, { "value": "$this.count();", "align": "right" } ]}, {"row": [ "Total Annual Revenue", null, null, { "value": "$this.sum(AnnualRevenue, currency);", "align": "right" } ]} ]}
Status
Release Available |
Status |
Framework Name |
---|---|---|
3.4 |
Current |
MUI |