Online documentation, manuals and tutorials
< All Topics
Print

TabulatorAction

Description

Executes an action on the given tabulator widget.

Properties

Specific

Widget

EXPRESSION (widget)

Reference to the Tabulator widget. See Output widget handle property to find out how to obtain this reference.

Tabulator action

Enum

Action to be executed. It can be “Get sheet data” or “Download”.

Lookup

EXPRESSION (string)

If Tabulator action is “Get sheet data” then this is the sheet name you want to retrieve, if empty it will retrieve the currently active sheet.

File name

EXPRESSION (string)

If Tabulator action is “Download” then this is default download file name.

Download type

Enum

If Tabulator action is “Download” then this is type of file you want to download. Available options are: “CSV”, “JSON” or “HTML”.

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

Examples

  • Tabulator Examples
Page content