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
Use the `titleField` prop to specify the name of the field holding the node title:
367
+
The default node title uses the [`recordRepresentation`](./Resource.md#recordrepresentation) of the resource. Use the `titleField` prop to specify the name of the field holding the node title:
|`showLine`| Optional |`boolean`|`false`| Shows a connecting line |
89
89
|`sx`| Optional |`SxProps`| - | Material UI shortcut for defining custom styles |
90
90
|`title`| Optional |`string`| - | The title to display in the `<AppBar>`|
91
-
|`titleField`| Optional |`string`|`title`| Set the record field to display in the tree |
91
+
|`titleField`| Optional |`string`|- | Set the record field to display in the tree |
92
92
93
93
`<TreeWithDetails>` also accepts the [`<Tree>`](./Tree.md#props) props.
94
94
@@ -443,7 +443,7 @@ The title can be either a string or an element of your own.
443
443
444
444
## `titleField`
445
445
446
-
Use the `titleField` prop to specify the name of the field holding the node title:
446
+
The default node title uses the [`recordRepresentation`](./Resource.md#recordrepresentation) of the resource. Use the `titleField` prop to specify the name of the field holding the node title:
0 commit comments