How to pass parameters to server as query string?
How to pass parameters to server as query string?

In server side rendering, how to pass custom parameters as query string?
This discussion has been closed.
In server side rendering, how to pass custom parameters as query string?
Answers
I am performing a query on a very large dataset (lakhs of records) and i am using server side rendering to work out this bit. It works like a charm. What i am not able to figure out myself is the way how i can pass custom parameters as query string using the jquery datatables? This way i would be able to effectively filter the records at server side and would be able to show the desired resultset to the user. Any body please help :)
Try a forum search. There are many posts about this in here.
See also the documentation:
ajax.data
.