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 parameter called orderSearch
instead of columns[2].search.value
.
How can I do this? How can I manipulate parameters?