@danchann wrote:
Can anyone tell me if it’s possible to make the sort order dynamic in ember-composable-helpers sort-by? I’m trying to make the table sortable on the action of the user. I’ve tried various ways but still couldn’t get it to work. Thanks
{{#each (sort-by "age:desc" users) as |user|}} {{user.firstName}} {{user.lastName}} ({{user.age}}) {{/each}}
Posts: 1
Participants: 1