How to handle order[i][column] in server-side processing.
How to handle order[i][column] in server-side processing.
hasbar
Posts: 4Questions: 2Answers: 1
Hi, I use server-side processing in MVC Project.I could handle search parameter by setting it
[Bind(Prefix = "search[value]")] string search
How can I handle order[i][column]? it's always null and doesn't work.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
For .NET you might want to consider setting the
traditional
option of the jQuery.ajax() function - or send the data to the server as JSON - see `dt-init ajax.dataSrc. That's usually easier to work with in .NET.Allan
Very thanks,Allan.
The following discussion solved my problem:
http://stackoverflow.com/questions/23502034/model-binding-new-datatables-1-10-parameters