morlandi / django-ajax-datatable

A Django app which provides the integration of a Django project with the jQuery Javascript library DataTables.net
MIT License
204 stars 64 forks source link

Allow to sort with nulls_last option #84

Open PetrDlouhy opened 2 years ago

PetrDlouhy commented 2 years ago

Usually when there are mixed None values with numbers it is best to sort with nulls_last option. I suggest adding this option to the sorting, at least optional.