The sorting with server-side processing is done on the server-side, so all you need is the column to sort on. This can be set by using the fnSort API function: http://datatables.net/api#fnSort . Just set it to the column you want to sort on. fnSort will redraw the table for you.
Replies
Allan