VadimDez / ngx-order-pipe

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

I want order by data by filed with mutiple value #86

Closed sumit1203 closed 3 years ago

VadimDez commented 4 years ago

Could you also make an example?

mnj01121990 commented 4 years ago

VadimDez, multi fields not work((( this.indexes = this.orderPipe.transform(this.indexes, ['companyUnitCodeIndex', this.order], this.reverse, true);

VadimDez commented 4 years ago

@mnj01121990 could you also provide this.indexes and this.order ? Otherwise I can't reproduce your error.

stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.