How to pass parameters to server as query string?

How to pass parameters to server as query string?

rahulbabbarrahulbabbar Posts: 5Questions: 2Answers: 0

In server side rendering, how to pass custom parameters as query string?

Answers

  • rahulbabbarrahulbabbar Posts: 5Questions: 2Answers: 0

    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 :)

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    Try a forum search. There are many posts about this in here.

  • allanallan Posts: 63,680Questions: 1Answers: 10,498 Site admin

    See also the documentation: ajax.data.

This discussion has been closed.