How to override default send parameters ?
How to override default send parameters ?
Bardr
Posts: 1Questions: 1Answers: 0
Hi guys. I'm using DataTable with yadcf plugin and I want to override send parameters to match my API on server. For example: I have column Order, it's third column in columns array and, I want to send paramater called "orderSearch" instead of "columns[2].search.value". How can I do this ? How can I manipulate parameters ? Thanks !
This discussion has been closed.
Answers
Two options:
ajax.data
can be used to manipulate the data submittedpreXhr
can likewise.Allan