How to get other parameters when reply to each request in jquery datatable?
How to get other parameters when reply to each request in jquery datatable?

In reply to each request for information that DataTables makes to the server, I know it expects to get a well formed JSON object with the following parameters,like iTotalDisplayRecords、iTotalRecords、aaData..,
how to I get other parameters from severside ?
This discussion has been closed.