Skip to content
#

react-admin

Here are 130 public repositories matching this topic...

ravi-pandit14
ravi-pandit14 commented Apr 14, 2020

What I Want
I want to fixed side menu it should not scrolling with my data.

Description
I have installed react-admin in my react web App project but i am facing side menu scrolling issue. Side menu is scrolling with data.

Steps to reproduce:
I have following the same example that is providing by react-admin and in this example issue can be reproduce on dashboard.
If we will

rachit-malvi
rachit-malvi commented Mar 16, 2020

As per the doc on https://github.com/marmelab/react-admin/blob/master/docs/DataProviders.md
"Error Format
When the API backend returns an error, the Data Provider should return a rejected Promise containing an Error object. This object should contain a status property with the HTTP response code (404, 500, etc.). React-admin inspects this error code, and uses it for authentication (in case of 40

jfedick
jfedick commented Nov 25, 2019

When creating a Datagrid inside of a ReferenceManyField, clicking any field in the Datagrid header doesn't include the sort params in the request. I've created an example for you to see what I mean- Clicking the "Created at" header sends a request without any sort params. This was addressed in React-Admin here- marmelab/react-admin#752

  <Edit {...props}>
    <Tabb

Improve this page

Add a description, image, and links to the react-admin topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the react-admin topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.