Create Table

../../../../_images/create_table.svg

Create a Table from scratch in a configuration Gui.

Documentation

By default the created Table will be empty so to add data to it you first need to create at least one column and then add at least one row.

The name and type of a column can be changed at any time from the context menu of the column header.

Cells can be masked or unmasked from the context menu of a cell or a selection of many cells.

Environment variables can be used in text columns by entering them as usual, see Using environment variables.

Definition

Output ports

port0 table

Manually created table

Configuration

GUI (json_table)

Configuration window

Examples

Implementation

class node_create_table.CreateTable[source]