I have a DataTables with server side processing. On server side I have functions retrieving filters from the ajax request and fetching data from database.
Now I want export data into excel file with filters.
I assume I have to design an excel file creator on server side and send the file through HTTP response.
I would like use already-defined functions to handle export request.
My question is: how can I send DataTables filter as same format as in the ajax request to my server ?