The Details block is used to display the field values of each data record. It supports flexible field layouts and has built-in data action functions, making it convenient for users to view and manage information.

Control block behavior (e.g., whether to display it or execute JavaScript) through linkage rules.

For more details, see Linkage Rules
Example: Only display paid orders

For more details, see Set Data Scope
Linkage rules in the Details block support dynamically setting fields to be shown/hidden.
Example: Do not display the amount when the order status is "Cancelled".

For more details, see Linkage Rules
Note: Fields from inherited collections (i.e., parent collection fields) are automatically merged and displayed in the current field list.

Note: Displaying fields from associated collections is supported (currently only for to-one relationships).


Tip: You can write JavaScript to implement custom display content, allowing you to show more complex information.
For example, you can render different display effects based on different data types, conditions, or logic.

