/
col.xyz.defaultSort
col.xyz.defaultSort
Use this property to specify a default sorting when viewing a grid
Class | column |
---|---|
Property | col.xyz.defaultSort |
Formal specification | col.xyz.defaultSort = "Ascending" | "Descending" |
Required | no |
Default | none |
Version | 1.11 |
Comment | When this property is set, the grid is sorted on this specific column (either ascending or descending) gd.columns = city, zip, street, housenumber
col.zip.defaultSort = Ascending
col.housenumber.defaultSort = Descending
then the order when the grid is reloaded is select city, zip, street, housenumber where issueid = x order by zip asc, housnumber desc
|
Example | |
Reference |
Related content
Table Grid Migration
Table Grid Migration
More like this
gd.displayCondition
gd.displayCondition
More like this
Filterable options
Filterable options
More like this
datasource.names
datasource.names
More like this
Update grid data with Single Select List column type
Update grid data with Single Select List column type
More like this
Jira fields datasource
Jira fields datasource
More like this