Pass Extra Data in Server Side Pagination
Pass Extra Data in Server Side Pagination
Hi, I am using the Server Side retrieval of data function. But I need to pass additional parameters in my query string. Form example, I have query information from a different search form as well user details.
Is there a way to pass additional parameters in the Query String? Something like;
/search?sEcho=2&iColumns=4&sColumns=&iDisplayStart=20&iDisplayLength=10&iSortingCols=1&iSortCol_0=0&iSortDir_0=asc&userId=321&query=test
NB: notice additional parameters at the end of the string?
Regards
RJ
Is there a way to pass additional parameters in the Query String? Something like;
/search?sEcho=2&iColumns=4&sColumns=&iDisplayStart=20&iDisplayLength=10&iSortingCols=1&iSortCol_0=0&iSortDir_0=asc&userId=321&query=test
NB: notice additional parameters at the end of the string?
Regards
RJ
This discussion has been closed.
Replies
http://datatables.net/examples/server_side/custom_vars.html :-)
Regards,
Allan