Open bryankennedy opened 9 years ago
No, sorry. The sort settings only work with one column.
Thanks for the quick response. I might look into hacking together something in the next few months. This is a medium level want for a project I'm working on. Open to PRs?
@bryankennedy I would love that feature!
Sure, it would be useful :)
I just added a sortOrder
option to fields in version 0.8.0 to replace the sort
option. You can set it to a positive number on as many columns as you want, and it will sort starting from the lowest sortOrder
column.
Is there any way to do a multiple column sort as the default sort?
I imagine I could probably do this sort in the Mongo publication to the client. I'm just wondering if there's a way to define two columns for sorting within the reactive table settings.