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
Posts: 2Questions: 0Answers: 0
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....