I'm new to jQuery datatables,
I am trying to get two information about datatable
- Which column index is currently sorted (selected)
- Which order is sorted (ascending or descending)
I don't know how I should do this (use jquery to find the column index or Datatables has an API that allows me to get this information.
Thanks a lot: D
jquery dom html css datatables
DFIVE
source share