ToTable
Common Scripts Pack.#
This Script is part of theConverts an array in to a table display. Usually, from the context.
#
Script DataName | Description |
---|---|
Script Type | javascript |
Tags | Utility |
#
InputsArgument Name | Description |
---|---|
data | The data to display as a table. This expects an array of objects. |
title | The title for the table. |
columns | The comma-separated list of columns to display. This accepts nested columns using dot notation. |
#
OutputsThere are no outputs for this script.