/
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.columns
gd.columns
More like this
col.xyz.defaultSort
col.xyz.defaultSort
More like this
gd.query.ds
gd.query.ds
More like this
gd.query.row
gd.query.row
More like this
gd.query
More like this
Grid initialization properties
Grid initialization properties
More like this