eherve / mongoose-datatable

Server side dataTable request support for mongoose
MIT License
42 stars 28 forks source link

how to sort or order by date ('desc') #54

Closed ultimateakash closed 1 year ago

eherve commented 5 years ago

Hi, sorry for the late reply...

The sort is passed from the client datatable module ont the row that map the date field. The mongoose-datatable module will interpret the order as -1 (des) and 1 (asc) on the field.

Maybe you have an implementation you want to share for me to hep you ?