Online documentation, manuals and tutorials
< All Topics
Print

Tabulator

Description

A widget used to display or edit tables. Under the hood, Tabulator is used.

Properties

Specific

Data

EXPRESSION (json)

Table data, see Load Data From Array/JSON for more informations.

Basic options

Object

Basic table options. See Tabulator documentation for more informations.

Advanced options

EXPRESSION (json)

Advanced options that overrides basic options and can be specified through JSON value. Since this is the Expression property, you can change your options conditionally in runtime.

Persistent configuration

EXPRESSION (json)

Enter variable in which persistent configuration is stored.

Visible

EXPRESSION (boolean)

If the calculated expression is true then the Widget is visible, and if it is false then the Widget is hidden. It can be left blank, in which case the Widget is always visible.

Inputs

Outputs

Examples

  • Tabulator Examples
  • TableEditor
Page content