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
|`linkType`| Optional | `'edit' | 'show' | false` |`edit`| The target of the link on each item |
66
+
|`sx`| Optional |`object`|| The sx props of the Material UI Box component |
63
67
64
68
## `linkType`
65
69
@@ -78,14 +82,12 @@ The `<SingleFieldList>` items link to the edition page by default. You can set t
78
82
</ReferenceArrayField>
79
83
```
80
84
81
-
82
85
`linkType` accepts the following values:
83
86
84
87
*`linkType="edit"`: links to the edit page. This is the default behavior.
85
88
*`linkType="show"`: links to the show page.
86
89
*`linkType={false}`: does not create any link.
87
90
88
-
89
91
## `sx`: CSS API
90
92
91
93
The `<SingleFieldList>` component accepts the usual `className` prop. You can also override the styles of the inner components thanks to the `sx` property. This property accepts the following subclasses:
0 commit comments