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