https://datatables.net/manual/server-side#Sent-parameters
Hi, i implemented the server side search.. but i need also sent to post request for ajax some other parameters
My case:
I have Location input, distance dropdown, send button.
On server side i need get lat and long of central point, find to max distance.
But this i cant send by ajax post which make Datatables.
Must i hack some input field that values of location + distance will set to some parameter and i will create custom logic on server side for this or is same example how to send via post of Datable other params as defined in docs