aaSorting sort by associative key rather than index of array
aaSorting sort by associative key rather than index of array
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"]]
mData can be used like this: "mData": "column name"
whilst aaSorting does not work like this : "aaSorting: [["column name","desc"]]
This discussion has been closed.
Replies
Allan