gd.query.row
Use this property to initialize a grid with static data.
Class | grid |
---|---|
Property | gd.query.row |
Formal specification | gd.query.rowx = <value> ("," <value>)* |
Required | |
Default | no |
Version | |
Comment | |
Example | When you need to initialize your grid with static data. gd.columns=department, support
gd.query.row1=HR, Peter
gd.query.row2=Marketing, Jenn
gd.query.row3=Engineering, Habil
gd.query.row4=Sales, Sarah
gd.query.row5=Admin, Bill
col.department=Department
col.department.type=string
col.safetymanager=Safety Manager
col.safetymanager.type=string
|
Reference |
Related content
gd.displayCondition
gd.displayCondition
More like this
Query Jira values to add dynamic grid data
Query Jira values to add dynamic grid data
More like this
datasource.names
datasource.names
More like this
Extract Information from the Grid using the Java API
Extract Information from the Grid using the Java API
More like this
Table Grid Migration
Table Grid Migration
More like this
Update grid data with Single Select List column type
Update grid data with Single Select List column type
More like this