I made some changes to allow a multiple criteria sort, as is allowed by _.orderBy.
I've also added the possibility to use a custom sort which was not defined in the configuration, in case the sort criteria are built on the fly.
I added tests and updated docs, please let me know if I need to do anything more !
Hello,
I made some changes to allow a multiple criteria sort, as is allowed by
_.orderBy
. I've also added the possibility to use a custom sort which was not defined in the configuration, in case the sort criteria are built on the fly.I added tests and updated docs, please let me know if I need to do anything more !
Thank you.