ConvertTableToHTML
This Script is part of the Common Scripts Pack.#
Converts an array in to a HTML table.
Script Data#
| Name | Description |
|---|---|
| Script Type | javascript |
| Tags | Utility |
Inputs#
| Argument Name | Description |
|---|---|
| table | The table to convert to HTML. |
| title | The optional title for the table. |
| context_key | The context key for the converted HTML table (default is: HTMLTable). |
Outputs#
| Path | Description | Type |
|---|---|---|
| HTMLTable | The HTML table that was created from the array. | Unknown |