How to make the orderable option available and also order the data in descending order
How to make the orderable option available and also order the data in descending order
![KEshav09](https://secure.gravatar.com/avatar/1e3fc7c0ead6068f2f81112603573989/?default=https%3A%2F%2Fvanillicon.com%2F1e3fc7c0ead6068f2f81112603573989_200.png&rating=g&size=120)
so in the datatables when i give order:[[2,'desc']] the data table is ordered accordingly but the column headers are not clickable
but if i use ordering : true and order:[[2,'desc']] the column headers are clickable but the data is not ordered in the way i want
how can i enable the column header click-ability to sort the data and also order the data in the way i want on the initial render
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
These are my settings for the initial render
I'd need to take a look at a test case showing the issue please. What you have looks okay (although you have a number of boolean options as strings and also both
destroy
andretrieve
specified in the same object, which is invalid.Allan