How to override default send parameters ?
How to override default send parameters ?
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.datacan be used to manipulate the data submittedpreXhrcan likewise.Allan