Skip to main content

ToTable

This Script is part of the Common Scripts Pack.#

Converts an array in to a table display. Usually, from the context.

Script Data#


NameDescription
Script Typejavascript
TagsUtility

Inputs#


Argument NameDescription
dataThe data to display as a table. This expects an array of objects.
titleThe title for the table.
columnsThe comma-separated list of columns to display. This accepts nested columns using dot notation.

Outputs#


There are no outputs for this script.