record with the fields: 'clearable: boolean (optional)', 'if: record with the fields: 'column_id: string (optional)', 'filter_query: string (optional)' (optional)', 'options: list with values of type: record with the fields: 'label: string (required)', 'value: number | string | boolean (required)' (required)'
Constructor | Description |
|
|
Static member | Description |
Full Usage:
ConditionalDropdown.init (options, ?clearable, ?ifCondition)
Parameters:
DropdownOption list
?clearable : bool
?ifCondition : DropdownCondition
Returns: ConditionalDropdown
|
|