comboPopup()
comboPopup(
caption,items,handler,renderer?):HTMLElement
Defined in: ui.ts:502
Creates a combo popup with the specified icons and items. Example: https://public.datagrok.ai/js/samples/ui/components/combo-popup
Parameters
| Parameter | Type | Description |
|---|---|---|
caption | string | HTMLElement | - |
items | string[] | - |
handler | (item) => void | (item) => {...} |
renderer? | ((item) => HTMLElement) | null | (item) => {...} |
Returns
HTMLElement