ConvertTableToHTML
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. |
Outputs
Path | Description | Type |
---|---|---|
HTMLTable | The HTML table that was created from the array. | Unknown |