TGE Property Index
Grid details properties
Grid display properties
- gd.query.row — Use this property to initialize a grid with static data.
- gd.ds — Use this to specify a different grid storage database - for instance the JIRA database, or a database source specification.
- gd.query.keepOnRefresh — specifies which rows can be removed when reloading the grid
- gd.query — A query, used to initialize the grid when the issue is created, when the grid is reloaded using the reload button or when a dependent custom field is changed.
- gd.initFromParent — When gd.initFromParent is true, and a sub-task of the issue is created, all rows which are linked to the parent issue, will be duplicated to the created sub-task
- gd.initFromClone — When gd.initFromClone is true, and an issue is cloned, all rows which are linked to the original issue, will be duplicated to the new (cloned) issue
- gd.query.columns — Use this property to specify which columns should be initialized with the results of a query.
- gd.query.reloadTrigger — Allows to reload the grid on issue view or update
- gd.query.reloadOnCustomFieldChange — Allows to disable automatic reloading of the grid on Create Issue and Edit Issue screens triggered by on custom field change
- gd.query.ds — Specify on which datasource a query needs to be run.
Grid initialization properties
You don't need to start with an empty grid. Check grid reload for more details.
Column details properties
Column types properties
Datasource details properties
These properties are meant to setup a configuration specific connection to a database.
Alternatively (and recommended approach) is to use the Datasource Specifications
Related content
TGR property index
TGR property index
More like this
Configuration property index
Configuration property index
Read with this
Datasource Specifications
Datasource Specifications
More like this
JQL search based on the content of the grid
JQL search based on the content of the grid
Read with this
Database details - inner specifications
Database details - inner specifications
More like this
Where does Table Grid Editor store the data?
Where does Table Grid Editor store the data?
More like this