Nested Property Sort
Opened this issue · 2 comments
LtSquigs commented
Adjust sort to allow sorting by nested properties, not sure how to do this cleanly yet maybe a function in sortby.
jbmoelker commented
@LtSquigs could you give an example of the array before and after sorting? Is it behaviour that comes out of the box using Lodash sortBy?
LtSquigs commented
right now yes it is the default _.sortBy, nested property sort is not implemented