Skip to content

Open Batch Edit Record Page

Feature Description

Open the batch edit record properties page. On the batch edit properties page, users can batch modify specific field values of multiple records

Parameter Settings

Configuration ItemDescription
Data TableThe data table to export from
Record IDThe record ID or record ID array to be edited
Editable FieldsFields that are allowed to be edited

Example

In the data table module, if we have the need to batch edit data, we can add a batch edit button through the control. For example, in the employee information module shown in the figure below, after selecting the data that needs to be edited, click the batch edit button in the toolbar, select the fields that need to be edited and modify the content in the pop-up box, and click confirm after completion to batch modify the specified field content of the records.

To configure the above batch edit button, you need to add a button in the toolbar of the data table module, and select Open Batch Edit Record Page as the execution action. Select the data table that needs to be batch edited for the Data Table configuration item, which is "Employee Information" in this case. Select the fields that need to be batch edited in the Editable Fields configuration item, which are gender and employment status fields in this case. Enter the record ID or record ID list that needs to be batch edited in the Record ID configuration item, and obtain the record ID list selected by the user through an expression in this case, as shown in the figure below.