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

genesis
  • 450
  • 4
  • 10

1 Answers1

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.

kdabir
  • 9,623
  • 3
  • 43
  • 45