Data Table Change Event
Overview
Return data table change events to the client, and the client updates the corresponding page after receiving the event
Parameter Configuration
| Parameter | Description |
|---|---|
| Data Table | Data table module that handles events |
| Event Type | Returned event type |
| Record ID | Record ID to which the returned event belongs |
Usage Instructions
Data Table Supports Data Tables and Data Table Views
Event Type
Type Description Add Record Add records to data tables or data table views Update Record Update records in data tables or data table views Delete Record Delete records from data tables or data table views Record ID
If Record ID is not passed, the client will reload the data
If Record ID is passed, the client will perform corresponding additions, updates, and deletions based on the record ID
Usage Scenarios
- Client triggers automation, and after automation operations such as adding, updating, and deleting data, returns data table record change events

