Ajax function, with modified ajax.data object
Ajax function, with modified ajax.data object
Hi,
I am using serverSide mode
I would like to have complete control over my ajax call by defining the ajax property as a function. I would also like to do column based searches. I need to transform the data object sent to the server, because I don't have control over the server's search api, so I need to restructure it accordingly.
In particular, I would like to be able to call the draw() api triggered from external events, and pass my custom parameters as an argument. Is there any way to do this?
Kind Regards
Swami