ember.js - Ember sort by attribute on relationship -


in application, user can related user, , relationship status can either accepted, pending, declined, , no relationship.

in database, have users table, , relationships table.

users table - id  relationships table - id - from_user_id - to_user_id - status 

in ember, how can users , sort relationship status?


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -