Pages
Table (in Pages)
Description
The Table control allows you to display structured data (rows and columns) inside a custom page — ideal for runtime monitoring, machine states, or logs.
However, before using this control, you must first create a table in the Tables section.
Step-by-Step Setup
1. Go to [code_block_0] (Main Menu)
Before you can use the Table control, navigate to the Tables section via the burger menu:
☰ → Tables
There you can:
- Create new tables
- Assign a name and define its structure
- Link to a data source (e.g. runtime variables or external DB)
Separate documentation for this “Tables” section is coming soon.
2. Insert the Table Control into a Page
- Go to your custom Page
- Add the Table control from the Components panel
3. Link the Table via Control Properties
- In Control Properties, choose a table from the “Select Table” dropdown
- If nothing appears, go back to step 1 and create a table first
You can optionally:
- Bind a Connection String for live data
- Set a Label (name shown in the frontend)
4. (Optional) Parameters
There is also a Parameters section in Pages → Control Properties.
This allows for advanced filtering or data control.
⚠️ This feature is not documented yet – placeholder for future examples.
Summary
The Table control displays predefined tabular data in Pages.
To use it:
- First create the table via [code_block_0]
- Then select it in the Table control inside your page
- You can connect the table to live data using a connection string
- Optional parameters and filters will be documented soon