please, it is possible add :
multi sort column for ordering
look this :
https://datatables.net/examples/basic_init/multi_col_sort.html
(SHIFT + click in header column1) + (SHIFT + click in header column2) = multi sort
same of MySQL : ORDER BY column1 DESC, column2 ASC
it is possible add for client-side and server-side
And methods / functions for: when the columns are not in display, or for external buttons
thank you very much
This would be a very useful addition as you already support multi-column sort for default filters and even the (sort) event is actually returning an array of sorts.
With sortType set as multi is possible to do multi sort - with incremental clicks (see documentain) . But in this mode if we have, by example, 4 columns for ordering isn't easy to reset ordering.
I agree that it will be great if a mixed mode exists:
One click - replace the current selection with the next selection
Shift + click - add current selection to array (or change direction if already selected)
Thanks.
Most helpful comment
With
sortTypeset asmultiis possible to do multi sort - with incremental clicks (see documentain) . But in this mode if we have, by example, 4 columns for ordering isn't easy to reset ordering.I agree that it will be great if a mixed mode exists:
One click - replace the current selection with the next selection
Shift + click - add current selection to array (or change direction if already selected)
Thanks.