webhook/webhook-generate

Nested Property Sort

Opened this issue · 2 comments

Adjust sort to allow sorting by nested properties, not sure how to do this cleanly yet maybe a function in sortby.

@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?

right now yes it is the default _.sortBy, nested property sort is not implemented