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
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
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 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
Set Execution
Setting
Field
Type
Default
Description
Disable Execution
disabled
Toggle
OFF
Prevents the component from executing when triggered.
Changelog
Date
Change
—
Initial publication.
The browser-based workspace where Creators build, edit, review, and manage Unqork applications. Also referred to as the Unqork platform. The IDE replaces what was previously referred to as UDesigner and Classic Designer, which are considered legacy.
A Property ID is the unique field ID used by Unqork to track and link components in your module.
Canvas Label Text indicates the purpose of the corresponding field or component. For non-input components, the Canvas Label Text isn't end-user facing, and only appears in the .
The Unqork tool used to build individual modules by placing and configuring components on a canvas.
APIs (application programming interfaces) are a set of protocols and definitions developers use to build and integrate application software. APIs act as the connective tissue between products and services.