Skip to main content

ConvertTableToHTML

This Script is part of the Common Scripts Pack.#

Converts an array in to a HTML table.

Script Data#


NameDescription
Script Typejavascript
TagsUtility

Inputs#


Argument NameDescription
tableThe table to convert to HTML.
titleThe optional title for the table.
context_keyThe context key for the converted HTML table (default is: HTMLTable).

Outputs#


PathDescriptionType
HTMLTableThe HTML table that was created from the array.Unknown