django-ajax-datatable
django-ajax-datatable copied to clipboard
Allow to sort with nulls_last option
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.