Multi column sorting
Multi column sorting
Hello,
I'm trying to use the multi sorting capability using two columns and server side sorting, when I get the data in the server I always get the same order in the order array no matter how I select the columns column 0 is always the first one and column 1 is the second one, but I would like to sort first by the column I select, so if I select column 1 I expected it to be the first one in the array.
Am I missing something?
Thanks
This question has an accepted answers - jump to answer
Answers
never mind I answered my own question
Want to tell us how? I am totally confused on how to sort when server side is enabled period...
Use the
ORDER BY
clause in your SQL.You've posted in a couple of threads on this topic. Could we keep it to just one so we can all track it a little easier?
Thanks,
Allan