In Table Grid Cloud, you can create columns with lists.
Single Select List columns are drop-down lists with one selectable option:
In Multi Select List columns you can choose multiple options:
You can fill in the data for the lists manually, with Static options, or from a data source, with Dynamic options.
dt { font-weight: bold; margin-bottom: 2px; margin-top: 2px; } dd { .option_attributes { margin-bottom: 2px; } } dl { margin-bottom: 15px; margin-left: 30px; } |
To create a Single Select List or a Multi Select List column:
Fill in the necessary fields. Field descriptions:
<dl> <dt>Identifier</dt> <dd>Unique variable that identifies the column. Required field.</dd> <dt>Title</dt> <dd>The name of the column, displayed in the grid.</dd> <dt>Default value</dt> <dd>The default value of the column.</dd> <dt>Cell value required</dt> <dd>If checked, the column is required.</dd> <dt>Cell can be edited</dt> <dd>If checked, the column can be edited when viewing an issue.</dd> <dt>Index data</dt> <dd>If checked, the column data is searchable with JQL.</dd> <dt>Open view settings</dt> <dd>Set width, height and position of the grid.</dd> </dl> |
Add Static options manually and (or) Dynamic options from a data source. They will be displayed as list items.
For more information, check out: |