Get Ajax URL of sorting

Get Ajax URL of sorting

cunadkatcunadkat 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

  • kthorngrenkthorngren Posts: 21,182Questions: 26Answers: 4,925

    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

Sign In or Register to comment.