dashjoin / platform

Dashjoin Is an Open Source & Cloud Native Low Code Development and Integration Platform that helps teams deliver applications faster 🚀 Uses a data-driven approach inspired by Linked Data to make use of your existing assets
https://dashjoin.com
GNU Affero General Public License v3.0
91 stars 8 forks source link

Sorting with djLabel #327

Closed aeberhart closed 3 months ago

aeberhart commented 5 months ago

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

aeberhart commented 3 months ago

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