04 Table

yufei li 于 2025/02/28 08:52 最后修改

Feature Overview

The table control allows for the addition of multiple sub-fields and supports the entry and display of multiple rows of data, facilitating bulk data entry and presentation.

Use Cases

Primarily used in scenarios where data is one-to-many.

For example, in financial management, one expense reimbursement process involves multiple reimbursement items, which can be designed using tables to detail the reimbursement.

Also useful in scenarios requiring bulk data entry or display, such as large-scale inbound and outbound of multiple goods at once, or claiming multiple customers simultaneously.

Setup Method

Simply click on the table control in the advanced fields or drag and drop the control onto the canvas. Then, drag and drop additional controls into the table to complete the setup.

Widget Properties

Widget PropertiesSettings OptionsSettings Options Description
Basic PropertiesNameUsed to distinguish different widgets.
Display NameUsed to control whether the widget name is displayed when filling out the form.
WidthUsed to control the display width of the current widget when filling out the form.
PlaceholderUsed to guide the filler in entering content.
Help TextA question mark hover appears when filling out the form, which can display help text.
Permissions

Visibility Permissions: Visible, Conditionally Visible, Invisible;

Field permissions only take effect in non-process forms;

Additionally, conditionally visible permissions are effective in both process and non-process forms.

Special PropertiesData linkageYou can set up linked forms, linkage conditions, and linked fields. Once set, when editing data, the system can automatically bring out and assign data from the linked forms that meet the linkage conditions to the current table.
Default RowsAfter the setup, when users add form data on the client side, the system will automatically generate a default number of sub-table rows in the table.
Download buttonUsed to set the display name of the button.
Import dataToggle Switch: When turned off, data import will not be possible.
Import buttonUsed to set the display name of the button.
Action columnToggle Switch: When turned off, the table will not support row operations (edit, add, delete).
Action buttonMulti-Selection (Add, Batch Add, Delete) is used to control row operation buttons. The Batch Add feature is used in tables with associated radio buttons to automatically generate multiple rows of table data based on the user's selection of multiple associated form entries. This requires selecting the associated radio button field as the basis for generation.