How to get the column name of sort request, but not index number?
How to get the column name of sort request, but not index number?
![lifeng_cool](https://secure.gravatar.com/avatar/cc4100ad05b3c2ccefad2384b95d4273/?default=https%3A%2F%2Fvanillicon.com%2Fcc4100ad05b3c2ccefad2384b95d4273_200.png&rating=g&size=120)
An index value assigned to iSortCol_(int) variable when you click the table header and request for server side sorting.
I need to sort just by the request field name. How could I get the sName of the sort column name? If I specified aoColumns and sColumn
I need to sort just by the request field name. How could I get the sName of the sort column name? If I specified aoColumns and sColumn
This discussion has been closed.
Replies
another question is that aoColumns seems doesn't work , the data order is always the same . why ? any other parameters should be specified ?
I'm new to datatables....