Range search on a column with server side processing

Range search on a column with server side processing

andreafinaandreafina Posts: 3Questions: 2Answers: 0

Hi!
I've been wondering how to extend the example given in https://datatables.net/examples/plug-ins/range_filtering.html to work with server side processing. In the end I want to perform a range search for a number (float) as well as on a date&time value.
I've been successfully applying the example in my code without server-side processing so far.

But I do realise that the search parameters are not within the AJAX request to the server. How is this to be achieved? I've been reading about fnServerParams in older datatables versions but haven't found an equivalent in the newest version. Also https://datatables.net/manual/server-side doesn't point me to how-to extend the sent parameters.
Thx for responding to this question!

This discussion has been closed.