react-admin Questions

2

Solved

Is it possible to disable optimistic UI in react-admin or is it configurable at runtime?
Anthropology asked 12/6, 2018 at 1:46

1

In react-admin documentation the use of ReferenceArrayInput is for this kind of data structure: { id: 1, groups: [1, 2, 3] } And then: <ReferenceArrayInput source="groups" reference="group...
Stool asked 1/11, 2018 at 20:9

2

Solved

Is there any way to use a different reference field (other than id) for a ReferenceInput? For example: I have a languages resource, which I want to populate using a language_code field.Note, I don...
Stillman asked 25/6, 2018 at 10:46

3

Solved

I'm trying to use multiple dataproviders in a react-admin project but I have an error: Warning: Missing translation for key: "dataProvider is not a function" function.console.(anonymous function) ...
Dino asked 19/10, 2018 at 9:48

2

Solved

I am trying to understand what the right approach would be to address nested endpoints, let's assume I have a many to many books and authors relationship, and an API which exposes api/authors, api/...
Merat asked 5/7, 2019 at 18:24

3

Solved

I am using react-admin for creating my website. But i am getting this warning from list page every time 'Warning: Missing translation for key: "";' const ListTitle = () => { return <span&gt...
Romeo asked 15/2, 2019 at 11:6

2

I am using react-admin framework and I am trying to update values of my input dynamically. In my custom component, I have the onChange() method which looks like this: onChange = (value) => { ...
Detergent asked 19/9, 2019 at 9:44

2

Solved

Summary: I can't get a total number of records from my GraphQL endpoint. I only know if I have reached the end of my GraphQL records list when I am parsing the response from the endpoint. How can I...
Nudnik asked 18/4, 2019 at 0:10

1

Solved

I'm using react-admin and trying to create a filter with autocomplete field that will make a query as I type and will only start sending the query when the search criteria length is longer then 2. ...
Bloodline asked 11/3, 2019 at 10:11

1

I have a tabbed form that the second tab will retrieve a list from the backend, similar to the react-admin official demo (e.g. post has many comments). The problem is when I switch the tab, there i...
Sabin asked 29/7, 2019 at 3:23

1

Solved

I'm new to react-admin, how can I create a custom page that can access from menu sidebar? What I'm looking for is similar to this tutorial: https://marmelab.com/blog/2019/03/07/react-admin-advanced...
Exurb asked 8/8, 2019 at 1:20

1

I have created a custom route <Route path="/course-plan/:plan_id/plan-lesson/:id" render={props => { return <LessonEditPage {...props} resource={'plan-lesson'} record={{planId: p...
Mancunian asked 25/7, 2018 at 18:2

1

Solved

How do you get to display a count of a "ReferenceManyField" component? Here is the thing, I am listing organizations and I would like to get each of them their users counts. Fetch organizations: ...
Bauble asked 24/4, 2019 at 19:0

1

I use Changing the Serialization Context Dynamically in my application to apply the admin:write group when the user is an admin. So that an user on the admin will be able to update this property. ...
Provitamin asked 10/12, 2018 at 16:17

3

Solved

I want to use a image to be put in as background image of login page in react-admin how can I do this ? P.S: I'm using TypeScript
Luster asked 20/6, 2018 at 11:16

2

Solved

I want to pass one custom parameter to the Admin's dataProvider for type 'GET_LIST'. I have something like this in App.js: <Admin dataProvider={dataProvider}> <Resource name="posts" l...
Prosthodontist asked 16/4, 2019 at 16:53

0

I am trying to create a custom data provider for my API. I am able to login and GET_LIST but unable to process the received data. I have adapted the required output format for the API responses and...
Kopeck asked 11/4, 2019 at 13:26

0

i am using loopback 3 developed api load into react admin using react admin loopback package.my doubt is i am write remote api id based get list of values in my response.its result how to load reac...
Kowloon asked 27/3, 2019 at 5:58

1

Solved

I am trying to embed React Admin (RA) into an existing React-Redux application and following the documentation here: https://marmelab.com/react-admin/CustomApp.html While I have managed to success...
Sacrilegious asked 19/3, 2019 at 8:35

1

Solved

I want to avoid data multiplication, so i wanted to create a loop for calling my dataprovider for different site_id's. I created a while loop and set the state values within this while loop. What...
Providence asked 5/3, 2019 at 4:29

1

I currently have a GraphQL API that uses connection based pagination as defined in https://graphql.org/learn/pagination/ which is what the Relay client uses. I have looked at ra-data-graphql-simpl...
Wessels asked 26/9, 2018 at 6:8

1

Solved

Is there any way to specify custom paths for resources? Example: <Resource name="User" path="/manageUsers" {...}> If it's not possible "per resource", can we for example have all the CRUD p...
Vitiligo asked 8/2, 2019 at 3:29

1

Solved

I'm new to react-admin. I already read through all the questions here in stackoverflow, and google'd for my question too, but did not find any useful solution. I am setting up React-admin to repl...
Stemma asked 15/2, 2019 at 23:7

1

Solved

In Material UI, to extend the distance between MuiInputLabel and MuiInput, I have to override the marginTop of label + .MuiInput-formControl. However, createMuiTheme's override only provide direct...
Murky asked 16/2, 2019 at 16:3

1

How can I show validation messages after failed form submit? API request returns HTTP 400 'application/problem+json' response and contains violations as a list with field path. https://www.rfc-edit...
Waterish asked 25/5, 2017 at 22:1

© 2022 - 2024 — McMap. All rights reserved.