Open Custom Table
Overview
Open a custom table page on the client side.
Parameter Configuration
| Parameter | Description |
|---|---|
| Form Title | The title content of the dynamic form window. Supports using expressions to get context variables for dynamic content. |
| Dialog Distance from Top | The distance from the top of the displayed dialog. Supports using expressions to get context variables for dynamic content. |
| Dialog Width | The width of the dialog popup. Supports both pixel and percentage ratios. |
| Dialog Height | The height of the displayed dialog. Supports using expressions to get context variables for dynamic content. |
| Data List | The default data list rendered in the table. Supports using expressions to get context variables for dynamic content. |
| Table Style | Can set the style of the displayed table, supports multiple selection Option values: Show Serial Number, Show Border, Show Stripe |
| Table Border | The style of the table border display. |
| Table Row Height | The height of the table border row. Content exceeding the row height will be displayed as ellipsis. |
| Selection Mode | The data selection method for table border rows, supports None, Single Selection, Multiple Selection |
| Set Records Meeting the Following Conditions as Unselectable | Use form context variables to calculate whether a row record is selectable through expressions. |
| Inline Edit Trigger Method | Control the trigger method when the displayed data is editable. |
| Returned Data | The way the step returns data after the user clicks submit. Supports Data in Table, User Selected Data |
| Submit Button Text | The button text for users to submit dynamic form content. |
| Disable Submit Button When Following Conditions Are Met | Use expressions in the custom form to calculate whether the submit button is disabled. |
| Call Automation Before Submit | Call automation before submission. Through pre-validation, if validation fails, window closing is prevented. |
| Input Parameters for Automation Before Submit | Input parameters for calling automation before submission. |
Return Value
| Return Value | Type | Description |
|---|---|---|
| Record List | Array<Record> | List data filled or selected by the user. The data object properties are the identifiers of the fields. |
Usage Instructions
- Dialog Height: The set dynamic content needs to have a size unit, unit range refer to
- Form Field Identifier: After form submission, the identifier will be used as the property of the returned data
- List of supported fields for dynamic forms:
Usage Scenarios
- Display default data to users, users resubmit after modifying data
- Display default data to users, users resubmit after selecting data
- Users submit after completing table data

