Skip to content

Instantly share code, notes, and snippets.

@imchao9
Created December 5, 2016 08:42
Show Gist options
  • Select an option

  • Save imchao9/e1823eb48e77b944fb67751507c592cb to your computer and use it in GitHub Desktop.

Select an option

Save imchao9/e1823eb48e77b944fb67751507c592cb to your computer and use it in GitHub Desktop.
use lodash sortby to sort the array by specifc array
var sortedCollection = _.sortBy(collection, function(item){
return firstArray.indexOf(item.id)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment