
How to add a filter in react-admin List populated by unique values ...
May 2, 2020 · How to add a filter in react-admin List populated by unique values within the list? Asked 5 years, 7 months ago Modified 5 years, 6 months ago Viewed 4k times
React-admin, How to create a Form and get the form values using …
Apr 4, 2024 · Am new to react-admin, I have created a form and try to get form values while onsubmit. Am getting an empty object {}. Am trying to achieve two things, onSubmit to get …
react-admin Selectinput with default value - Stack Overflow
Jun 22, 2020 · In the React Admin documentation, the defaultValue prop is documented as a valid option for form inputs, and it's described as a prop that can be used to set the default value of …
Using react-i18next as a translation provider for React Admin
I am trying to use react-i18next as a translation provider for react-admin. React-admin provides documentation on how to setup a custom translation provider. This was easy enough to follow …
Add a custom filter drop down for react-admin List view
May 1, 2020 · I know react-admin provides filters for reference fields out of the box. What about a non-reference field, like "Active"? Question 2: Any way to add a clear button or "X" by the …
react admin - How to access record inside Edit function without …
Nov 24, 2021 · Q: How can I access the record data within my edit function (GenericEdit) without having to rely on the default <SimpleForm> functionality?
How do you conditionally show fields in "Show" component in …
Jun 22, 2018 · How do you conditionally show fields in "Show" component in react-admin? Asked 7 years, 5 months ago Modified 2 years, 7 months ago Viewed 9k times
Using filter in a custom list in React Admin - Stack Overflow
Jul 6, 2021 · If you want to filter local data with react-admin, you can look at the useReferenceArrayFieldController source in react-admin. It's a good example of how to …
Conditional Rendering of sources in REACT-ADMIN?
Sep 15, 2022 · Conditional Rendering of sources in REACT-ADMIN? Asked 3 years, 2 months ago Modified 3 years, 2 months ago Viewed 884 times
How to refresh the React-Admin list data every X seconds?
Apr 24, 2020 · The cache documentation mentions that I can add a proxy to the dataprovider so that my responses are cached for X seconds, rather than React-Admin refreshing them on …