How to pass order to datatables before load
How to pass order to datatables before load

Hello,
Is it possible to pass the ordering to datables and then draw the table?
I need this because I have a configuration on my web application where the user is also able to specify whether the column should be ascending / descending.
Note that I am using server side datatables.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
You can specify the
order
as part of the initialisation, that should do it for you,Colin