tableFromProperties()
tableFromProperties(
items,properties):HTMLTableElement
Defined in: js-api/ui.ts:548
Creates an editable html table for the specified items (rows) and properties (columns).
Parameters
| Parameter | Type |
|---|---|
items | any[] |
properties | Property[] |
Returns
HTMLTableElement