/
gd.query.columns
gd.query.columns
Use this property to specify which columns should be initialized with the results of a query.
Class | Database |
---|---|
Property | gd.query.columns |
Formal specification | gd.query.columns = <column-id> [ "," <column-id> ]* |
Required | no; yes for Table Grid Reader |
Default | |
Version | 1.0 |
Comment | This property will map the results of the query to the corresponding column in the same order. |
Example | gd.columns = firstname, lastname, hobbies, age
gd.query.columns = firstname, lastname
gd.query = select fname, lname from employees
|
Reference | Grid reload |
, multiple selections available,
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
Update grid data with Single Select List column type
Update grid data with Single Select List column type
More like this
Table Grid Migration
Table Grid Migration
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