how do i change this part of the server side code to asc or desc
how do i change this part of the server side code to asc or desc
i want to change the order of my queries how do i change the below part
$requestData['order'][0]['dir']
This discussion has been closed.
Answers
Use
orderto change the default. Useorder()after initialisation to set the ordering.Allan