I understand that I can capture the sort event as described here: http://datatables.net/forums/discussion/2976/sort-callback/p1
I am trying to capture this event, find out what the user sorted on and save it in a cookie. I know I can use bStateSave for saving the state automatically but I can't use it as iDeferLoading is not supported along with it (http://datatables.net/forums/discussion/comment/41588) . I'd like to manually save cookie when sort happens and specify its value in aaSorting when the page is loaded.
I'll appreciate help with this.
I am trying to capture this event, find out what the user sorted on and save it in a cookie. I know I can use bStateSave for saving the state automatically but I can't use it as iDeferLoading is not supported along with it (http://datatables.net/forums/discussion/comment/41588) . I'd like to manually save cookie when sort happens and specify its value in aaSorting when the page is loaded.
I'll appreciate help with this.