mongoose-datatable
mongoose-datatable copied to clipboard
how to sort or order by date ('desc')
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 ?