Passing custom parameters on serverSide mode
Passing custom parameters on serverSide mode
![guilhermemaranhao](https://secure.gravatar.com/avatar/3d24a680e39d9f7ca6569284ae20436a/?default=https%3A%2F%2Fvanillicon.com%2F3d24a680e39d9f7ca6569284ae20436a_200.png&rating=g&size=120)
Hi there,
I need to pass specific custom parameters on server side mode. This parameter is returned on the first requisition and then I need to pass it on the next ones. I couldn't do that because I couldn't change the ajax url string. Is there a way to do it?
Thank you,
Guilherme
This discussion has been closed.
Answers
You can use the
ajax.data
option to pass parameters to the server.Kevin
Thank you, @kthorngren !!