We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the dashjoin-demo app, employees have a label using their last name http://localhost:3000/#/northwind/EMPLOYEES
sorting by ID sorts according to the PK This is not really intuitive, since the user expects the sorting to work by last name
The text was updated successfully, but these errors were encountered:
react admin has the same behaviour:
https://marmelab.com/react-admin-helpdesk/#/customers?filter=%7B%7D&order=ASC&page=1&perPage=25&sort=product_id
in a way, it's also not clear what the correct way to sort should be
Sorry, something went wrong.
revisit with RA 5 update
No branches or pull requests
In the dashjoin-demo app, employees have a label using their last name
http://localhost:3000/#/northwind/EMPLOYEES
sorting by ID sorts according to the PK
This is not really intuitive, since the user expects the sorting to work by last name
The text was updated successfully, but these errors were encountered: