Documentation Index

Fetch the complete documentation index at: https://docs.unqork.io/llms.txt

Use this file to discover all available pages before exploring further.

Data Table Component

Prev Next

The Data Table component displays structured data in a read-optimized tabular format. Its column configuration is defined in a visual data table builder in the Data tab, and data is sourced from module .

How to read settings tables

The tables below describe each configurable option as it displays in the Unqork IDE. Values are formatted as follows: inline code — a value to type exactly as shown | Bold — a value selected from a drop-down, radio button, tab, or choice chip | ON/OFF — toggle state | ✓ — checkbox checked | ☐ — checkbox unchecked

General Settings

Setting Field Type Default Description
Property ID key Text input dt A unique ID for this component instance.

Table Data

Data Table Component — table data settings
Action Description
Copy Table Copies the current table configuration to the clipboard.
Replace Table Replaces the current table configuration with a copied one.
Filter Field Filters the rows displayed in the table.
Add Data Adds a new row to the data table.
Setting Field Type Default Description
Data Table infotableData.dataInputObject Data table builder A visual column configuration builder defining the fields and display settings for each table column.

Display Settings

Data Table Component — display settings
Setting Field Type Default Description
Canvas Label Text label Text input Identifies the component on the Module Builder canvas. Does not display in the production application.

Data Settings

Data Table Component — data settings

Data Storage

Setting Field Type Default Description
Store Data in Database persistent Toggle ON When set to ON, this setting stores field values to the database when the module saves, end-users navigate between Panel components, or end-users navigate between workflow screens. Set to OFF to exclude this field from server-side submissions.

Note: Fields with Store Data in Database set to OFF are excluded from Plug-In component's API responses and Unqork's built-in tracker. When using a Plug-In component to remote-execute a module, any component whose value must be included in the API response requires Store Data in Database set to ON.

Actions Settings

Data Table Component — actions settings

Set Execution

Setting Field Type Default Description
Disable Execution disabled Toggle OFF Prevents the component from executing when triggered.

Changelog

Date Change
Initial publication.