DataTable.Dropdown Type

record with the fields: 'clearable: boolean (optional)', 'options: list with values of type: record with the fields: 'label: string (required)', 'value: number | string | boolean (required)' (required)'

Constructors

Constructor Description

Dropdown()

Full Usage: Dropdown()

Returns: Dropdown
Returns: Dropdown

Static members

Static member Description

Dropdown.init (options, ?clearable)

Full Usage: Dropdown.init (options, ?clearable)

Parameters:
Returns: Dropdown
options : DropdownOption list
?clearable : bool option
Returns: Dropdown