Simple Table View (JavaScript)

This Node Is Deprecated — This node is kept for backwards-compatibility, but the usage in new workflows is no longer recommended. The documentation below might contain more information.

Displays data in an HTML table view.

Note, this node is currently under development. Future versions of the node will have more functionality.

Options

No. of rows to display
Use this numerical value to restrict the number of rows used for this visualization.
Maximum table height in layout
Set the maximum height of the component when inside a layout. If the table is larger than this value, a scrollbar is displayed.
Extend frame to table height
Usually large tables are not fully displayed when inside a layout and require a scrollbar. Check this option to enlarge the frame to the full height of the table (ignores maximum table height).
Enable Number Formatter
If checked the options beneath will be applied to all columns of type Number.
Decimal Places
If number formatter is enabled use this value to restrict the display of decimal places in the table view.

Input Ports

Icon
Input table to display.

Output Ports

Icon
Data table containing the input data appended with a column, that represents the selection made in the table view.

Views

Interactive View: JavaScript Table View
Displays the data in a table view. The HTML table is drawn in chunks to free up processing time and allow for quick initial display of the data.

Workflows

Links

Developers

You want to see the source code for this node? Click the following button and we’ll use our super-powers to find it for you.