Skip to content

Open Custom Table

Overview

Open a custom table page on the client side.

Parameter Configuration

ParameterDescription
Form TitleThe title content of the dynamic form window. Supports using expressions to get context variables for dynamic content.
Dialog Distance from TopThe distance from the top of the displayed dialog. Supports using expressions to get context variables for dynamic content.
Dialog WidthThe width of the dialog popup. Supports both pixel and percentage ratios.
Dialog HeightThe height of the displayed dialog. Supports using expressions to get context variables for dynamic content.
Data ListThe default data list rendered in the table. Supports using expressions to get context variables for dynamic content.
Table StyleCan set the style of the displayed table, supports multiple selection
Option values: Show Serial Number, Show Border, Show Stripe
Table BorderThe style of the table border display.
Table Row HeightThe height of the table border row. Content exceeding the row height will be displayed as ellipsis.
Selection ModeThe data selection method for table border rows, supports None, Single Selection, Multiple Selection
Set Records Meeting the Following Conditions as UnselectableUse form context variables to calculate whether a row record is selectable through expressions.
Inline Edit Trigger MethodControl the trigger method when the displayed data is editable.
Returned DataThe way the step returns data after the user clicks submit. Supports Data in Table, User Selected Data
Submit Button TextThe button text for users to submit dynamic form content.
Disable Submit Button When Following Conditions Are MetUse expressions in the custom form to calculate whether the submit button is disabled.
Call Automation Before SubmitCall automation before submission. Through pre-validation, if validation fails, window closing is prevented.
Input Parameters for Automation Before SubmitInput parameters for calling automation before submission.

Return Value

Return ValueTypeDescription
Record ListArray<Record>List data filled or selected by the user. The data object properties are the identifiers of the fields.

Usage Instructions

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