ColumnChoice
Type of column to contain choice values.
Interface
interface IColumnChoice extends IColumn {
options: string[];
editFormat: string;
multiple?: boolean;
}
Properties
options
Posible option values for the choice field.
-
Type:
string[]
-
Required: No
editFormat
Format to edit the values of the choice field.
-
Type:
string
-
Required: No
-
Posible values:
Dropdown, RadioButtons
-
Default value:
Dropdown
multiple
Allows you to select multiple items.
-
Type:
boolean
-
Required: No