Skip to content

Instantly share code, notes, and snippets.

@aleics
Created March 7, 2017 09:01
Show Gist options
  • Save aleics/eaf0a7d0a4ab378ef38934b8c23f2c8c to your computer and use it in GitHub Desktop.
Save aleics/eaf0a7d0a4ab378ef38934b8c23f2c8c to your computer and use it in GitHub Desktop.
Lodash insensitive sorting
var selection = _.sortBy(elements, [element => _.lowerCase(element.a),
element => _.lowerCase(element.b)])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment