react-admin Questions
2
I'm trying to implement Sub-menu (nested menu).
It's worth to mention that I'm using hydra component and don't have previous experience with redux (started learning it a few days ago because of th...
Cordellcorder asked 20/9, 2018 at 8:42
1
Solved
I have a nodejs backend using epilogue, which supports multiple sort values like: ?sort=first_name,-rating .
I am using a pretty standard dataProvider and I wondering how enable this feature in a...
Ursulaursulette asked 21/9, 2018 at 21:17
1
I have simple question
Is it possible to disable default sorting by column id? Or at least change it globally?
Thanks for answer
EDIT:
To be more specific, I have REST API (OData) which returns...
Amenity asked 7/1, 2019 at 16:14
2
I'm missing something basic in the docs. When I get an API validation error, I'm returning a status code and message. It appears that React-Admin is translating the status code to a generic HTTP er...
Chronon asked 24/8, 2018 at 19:7
3
In order to retrieve the equipment type I am using a that will retrieve the equipment model and then another that references the equipment type using the equipment model's field "typeID" to retriev...
Ironworker asked 8/8, 2018 at 12:56
2
Consider the react-admin app like presented below. I'm planning to code split in a way that everything in './posts' and './users' is only loaded after the user is logged in.
I plan to use the dyna...
Speculum asked 11/5, 2018 at 5:9
1
Following the discussion in https://github.com/marmelab/react-admin/issues/850, did someone manage to make a create / edit form into a modal?
Thanks,
Nicolas
Ironstone asked 12/7, 2018 at 13:9
2
Solved
My RA project renders fine when deploying locally, however, when I copy my build directory to an S3 bucket for deployment, it renders all messed up. Sometimes it works, but most of the time it rend...
Mazzola asked 21/6, 2018 at 14:9
1
Solved
As I believe is common in many APIs, ours returns a subset of fields for a record when it is part of a List request, and more details when it is a single-record request to its Show endpoint.
It se...
Hansen asked 19/7, 2018 at 19:15
1
Solved
I'm trying to build on react-admin. The base structure is this:
<Show {...props} >
<SimpleShowLayout>
<TextField source="id" />
<TextField source="name" />
</SimpleS...
Twobit asked 22/6, 2018 at 16:40
© 2022 - 2024 — McMap. All rights reserved.