Descending Column
Descending Column
 NaughtyBoy21            
            
                Posts: 2Questions: 1Answers: 0
NaughtyBoy21            
            
                Posts: 2Questions: 1Answers: 0            
            
How to auto descending this column after refresh page.?
This question has an accepted answers - jump to answer
This discussion has been closed.
            
Answers
If you mean a default ordering on the table, you can use
order, so something likeorder: [[0, 'desc']],Colin
where can i place the code.?
orderis an initialisation option. See this section of the manual for how to use the initialisation options.Allan