Server-Side sorting

Server-Side sorting

TrollchikTrollchik Posts: 80Questions: 1Answers: 0
edited September 2011 in General
Hello. PLs help me with the next: I'm using the server side processing and my question is :how can i add into http request the header name of the column which was clicked for sorting ? As i know in the request i can take just the number of column.

Thanks

Replies

  • allanallan Posts: 63,195Questions: 1Answers: 10,412 Site admin
    There are two options here - the server is sent two parameters that are of use. "sNames" is the first, which is a comma separated list of the column names, set from the sName parameter for each column. The second option is the "mDataProp_{i}" option which is sent for each column as well (although this is only really useful if you are using mDataProp).

    Allan
This discussion has been closed.