Descending Column
Descending Column

How to auto descending this column after refresh page.?
This question has an accepted answers - jump to answer
This discussion has been closed.
How to auto descending this column after refresh page.?
This question has an accepted answers - jump to answer
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.?
order
is an initialisation option. See this section of the manual for how to use the initialisation options.Allan