Top "React-admin" questions

A frontend Framework for building admin applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design.

Yarn Start Command failed with exit code 1

I create react app with create-react-app and install react-admin . when I want to start development server with yarn start throw …

node.js reactjs yarnpkg react-admin react-scripts
Nested menu (sub-menu)

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 …

reactjs redux admin-on-rest react-admin
React-admin Array input with array of strings/numbers

https://marmelab.com/react-admin/Inputs.html#arrayinput Examples cover cases where you have an array of objects: backlinks: [ { date: '2012…

javascript arrays reactjs react-admin
React Admin - Get current value in a form

I am having big troubles getting the "updated" value of a record in an edit form. I always get the …

react-admin
How can I create a custom page with #react-admin without the menu sidebar like login page?

I am using react-admin previously admin-on-rest. I want to create a custom page that doesn't show the Menu sidebar, like …

reactjs menu react-admin custom-pages
Cutomize Delete button react-admin

Is there any way to customise DeleteButton button in react-admin to add a confirmation message like 'Do you want to …

reactjs admin-on-rest react-admin
Custom Button in react-admin

I want to create a 'clone' button from react-admin which will allow me to clone/copy the existing data record …

reactjs admin-on-rest react-admin