Skip to content

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

ParameterDescription
Data TableData table module that handles events
Event TypeReturned event type
Record IDRecord ID to which the returned event belongs

Usage Instructions

  • Data Table Supports Data Tables and Data Table Views

  • Event Type

    TypeDescription
    Add RecordAdd records to data tables or data table views
    Update RecordUpdate records in data tables or data table views
    Delete RecordDelete 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