We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is NOT full width
<ReferenceManyField ... fullWidth> <Datagrid> <TextField source="id"/> <DateField source="orderDate"/> <DateField source="shipDate"/> </Datagrid> </ReferenceManyField>
Is full width
<ReferenceManyField ... fullWidth addLabel={false}> <Datagrid> <TextField source="id"/> <DateField source="orderDate"/> <DateField source="shipDate"/> </Datagrid> </ReferenceManyField>
"dependencies": { "react": "^17.0.2", "react-admin": "3.18.3", "react-dom": "^17.0.2", "react-scripts": "4.0.3" },
The text was updated successfully, but these errors were encountered:
Thanks for reporting this. Please provide a sample application showing the issue by forking the following CodeSandbox (https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple).
Sorry, something went wrong.
I don't think a full blown sample is needed for such a small issue but here you go:
https://codesandbox.io/s/great-sun-emgn1?file=/src/posts/PostShow.tsx
Reproduced. Thanks
Successfully merging a pull request may close this issue.
Is NOT full width
Is full width
The text was updated successfully, but these errors were encountered: