Skip to main content
Filter by
Sorted by
Tagged with
1 vote
0 answers
54 views

I’m using the new InPlaceEditor component from React-Admin to allow inline editing of fields in a Show view. Here’s a simplified version of my code: import { Show, InPlaceEditor } from 'react-admin'; ...
Ahmad's user avatar
  • 9,876
0 votes
1 answer
61 views

I am using react admin and I have a view that contains a column which has a bunch of ids [1, 2, 3] and I have an id based on which I want to filter. <List resource="view" filter={...
BlaCkAb's user avatar
  • 46
0 votes
2 answers
145 views

We're considering React Admin for our project. We've evaluated it, gone well. However, we have a unique requirement which we cannot find an answer to. According to the Data Provider architect: The ...
Dzuy Nguyen's user avatar
0 votes
1 answer
119 views

I’m using a monorepo managed by Turborepo, and I recently moved my React-Admin project into it. In my standalone React-Admin setup, I didn’t need to manually install MUI (@mui/material) because it’s a ...
Ramin eghbalian's user avatar
-1 votes
1 answer
96 views

I am working with the authprovider of react-admin. I want to know how exactly yhe handlecallback works in case of using a 3rd party authenication provider.
Pandiri Veeresh Kumar's user avatar
1 vote
1 answer
194 views

I try using the hook useFormState from react-hook-form in a react-admin form I am a beginner for both modules so maybe I use them wrong but I searched through both of the documentations and I could ...
Paulo-99's user avatar
0 votes
1 answer
50 views

useFormContext changes the value of the input and the state of the request payload sent to API. import { FC, useEffect, useRef, useState } from "react"; import { ArrayInput, BooleanInput,...
Pijus Serapinas's user avatar
1 vote
0 answers
92 views

I'm new to postgres and I'm struggling with 401 errors on a project that uses a 'codeless' postgrest api with JWT authentication. Now stuck! Can anyone suggest what I can do to diagnose what's going ...
bt-nick's user avatar
  • 11
1 vote
1 answer
59 views

I am rendering a custom Input as part of an ArrayInput (via SimpleFormIterator) and the Input needs to know the original value it held before any possible changes by the user. React Admin's ...
vaizki's user avatar
  • 2,092
0 votes
1 answer
145 views

I am writing a data provider for a react admin. While writing the function for the getList function in the data provider. I am getting these errors: Property 'page' does not exist on type '...
Pandiri Veeresh Kumar's user avatar
1 vote
1 answer
86 views

Hi There dear programmer, I am having a issue with the client not being consistent with sending the authorization header when sending a request (for a resource). What I mean with not being consistent ...
Tkay Bay's user avatar
0 votes
1 answer
93 views

Using react-admin's ra-data-simple-rest DataProvider I would like to make a request to a django REST api. In Django I built the following custom pagination class which is supposed to expose the ...
Peter Kamphausen's user avatar
1 vote
1 answer
270 views

I was using react-admin v4 and built a custom AuthProvider with the help of the oidc-client package and it worked in development (with react StrictMode on) as well as production. Now, I have upgraded ...
Heikkisorsa's user avatar
0 votes
1 answer
89 views

Hey guys thanks in advance! I’m using [email protected] in [email protected]. My src/app/admin/App.tsx looks like this: // src/app/admin/App.tsx const dataProvider = simpleRestProvider("/api");...
thrumbo's user avatar
  • 144
1 vote
0 answers
24 views

In playing around with the various MarmeLab react-admin demos, it seems it's heavily dependent on the browser back button. An eventual goal for our application is to host it within a bootstrap like ...
happyfirst's user avatar
  • 1,159

15 30 50 per page
1
2 3 4 5
123