divH()
divH(
items,options?):HTMLDivElement
Defined in: js-api/ui.ts:440
Div flex-box container that positions child elements horizontally. Example: https://public.datagrok.ai/js/samples/ui/containers/flexbox
Parameters
| Parameter | Type | Default value |
|---|---|---|
items | (HTMLElement | null)[] | undefined |
options | string | ElementOptions | null | null |
Returns
HTMLDivElement