gd.displayCondition
Specify the condition when a grid should be showed in the view edit screen
Class | grid |
---|---|
Property | gd.displayCondition |
Formal specification | gd.displayCondition = always | not empty | modified |
Required | no |
Default | always |
Version | 1.11 |
Comment | The displayCondition parameter allows to show the grid only when it is relevant
|
Example | Â
gd.columns = question, response
gd.query = select question from surveyquestions
gd.query.ds = surveys
gd.displayCondition = not empty
|
Reference |