We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e4be5f3 + a424664 commit 78e6410Copy full SHA for 78e6410
examples/simple/src/posts/PostShow.tsx
@@ -52,7 +52,7 @@ const PostShow = () => {
52
<TextField source="teaser" />
53
)}
54
<ArrayField source="backlinks">
55
- <Datagrid>
+ <Datagrid bulkActionButtons={false}>
56
<DateField source="date" />
57
<UrlField source="url" />
58
</Datagrid>
0 commit comments