Alphanumeric columns need to sort A-Z when their headers are clicked for the first time. Numeric columns in my project, when clicked for the first time (i.e. another column was the sort column before that) need to sort downwards (from high values to low values) - Datatables default seems to be the other way around for numeric values. How can this be set per column?
↧