Sort using different sColumn on server-side data

Sort using different sColumn on server-side data

bxmas13bxmas13 Posts: 1Questions: 0Answers: 0
edited June 2013 in DataTables 1.9
I have aaData returning 5 different columns of source data(person.person_name,companies.company_name,urlname,urlcompany,income),
I am displaying the last 3 columns(urlname,urlcompany,income) in my table but when I sort or filter(using search) the results are all the same, meaning there is no sorting/filtering taking place.

Can I assign which source data columns are used for sorting? It seems like there should be something to do just that but I can't seem to find it.

Debug info:
http://debug.datatables.net/olefif
This discussion has been closed.