Get Ajax URL of sorting
Get Ajax URL of sorting
cunadkat
Posts: 1Questions: 1Answers: 0
Can we somehow get the ajax URL of sorting with all the GET params? I have custom button on which I want to do some custom ajax call but want all the GET Params of SORT
I am using server side
Answers
Depending on what you are doing it might be easier to use the
order()
to get the column ordering. Please provide more details of what you are trying to do with the custom ajax call.Kevin