I would like to use the VueJS orderBy filter with multiple fields. I've tried:
orderBy multiple fields in Angular (a similar approach)
and
| orderBy 'ignored' true | orderBy 'name' 1 | ...
but neither solution works.
Is it possible to use the orderBy filter with multiple fields and if so, how? If not, can you suggest an alternative?