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