umesh-krishna / django_serverside_datatable

Server-side Datatable with Django
MIT License
26 stars 8 forks source link

sorting is always by `id` if no filtering #8

Closed odoublewen closed 3 years ago

odoublewen commented 3 years ago

https://github.com/umesh-krishna/django_serverside_datatable/blob/0da2f9b5c6f1e5da2cc9aa1e521b1993533b7cb7/django_serverside_datatable/datatable.py#L58

I think this would be fixed with the removal of 'id', in the order_by() method

umesh-krishna commented 3 years ago

Fixed