sortObjectArray is a helper function that sorts the passed array in place by the given attributes. Sorting by nested attributes in the form of a delimited attribute string are supported (e.g., "attribute.nestedAttribute").
The array to sort
Array of sort field specifications
The sorted array
sortObjectArray is a helper function that sorts the passed array in place by the given attributes. Sorting by nested attributes in the form of a delimited attribute string are supported (e.g., "attribute.nestedAttribute").