aaSorting sort by associative key rather than index of array

aaSorting sort by associative key rather than index of array

arcaninearcanine Posts: 16Questions: 0Answers: 0
edited January 2013 in General
I notice there is now a way of using associative arrays server side and referencing them locally using mData which is very cool not having to worry about the offsets of my data, is there a way of doing this with aaSorting for example :

mData can be used like this: "mData": "column name"
whilst aaSorting does not work like this : "aaSorting: [["column name","desc"]]

Replies

  • allanallan Posts: 63,523Questions: 1Answers: 10,473 Site admin
    Currently no - but it is coming :-). See: http://datatables.net/forums/discussion/comment/43404#Comment_43404

    Allan
This discussion has been closed.