You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/assets/guide/en/plugin/master-detail.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,6 +14,8 @@ MasterDetailPlugin follows TypeScript interface specifications to ensure type sa
14
14
interfaceMasterDetailPluginOptions {
15
15
/** Whether to enable checkbox cascade functionality - controls checkbox linkage between master and detail tables, default is true */
16
16
enableCheckboxCascade?:boolean;
17
+
/** Field name of sub-table data - This is used to specify the attribute name where the sub-table data is located in the record. The default value is 'children'. */
18
+
childrenKey?:string;
17
19
/** Detail table configuration - can be static configuration object or dynamic configuration function */
0 commit comments