there is a way to have multiple sorting in react-admin?
Asked Answered
U

1

7

I have a nodejs backend using epilogue, which supports multiple sort values like: ?sort=first_name,-rating .

I am using a pretty standard dataProvider and I wondering how enable this feature in a react-admin List when I clicked over a label field.

How can I do that? Thanks

Ursulaursulette answered 21/9, 2018 at 21:17 Comment(0)
I
1

Just for future visitors, the request to have this feature was closed in https://github.com/marmelab/react-admin/issues/2602

We won't support it in the core. I suggest you write your own Datagrid to support that.

Icy answered 8/1, 2019 at 7:1 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.