VadimDez / ngx-order-pipe

▼ Angular 5+ orderBy pipe
https://vadimdez.github.io/ngx-order-pipe/
MIT License
243 stars 57 forks source link

Can not sort by embedded object value #21

Closed dkhhui closed 7 years ago

dkhhui commented 7 years ago

I can't seem to sort by an embedded object value. For example, I am attempting to sort on something similar to customer.name like the following:

{
   customer: { name: "test" }
}