tableFromMap()
tableFromMap(
map,showCopyValue?):HTMLTableElement
Defined in: ui.ts:519
Creates an html table based on [map]. Example: https://public.datagrok.ai/js/samples/ui/components/html-tables
Parameters
| Parameter | Type | Default value |
|---|---|---|
map | {[key: string]: any; } | undefined |
showCopyValue | boolean | false |
Returns
HTMLTableElement