comboPopup()
comboPopup(
caption,items,handler,renderer?):HTMLElement
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? | null | (item) => HTMLElement | (item) => {...} |
Returns
HTMLElement