Passing custom parameters on serverSide mode
Passing custom parameters on serverSide mode
guilhermemaranhao
Posts: 38Questions: 11Answers: 0
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 !!