How can I send filtered and selected columns of datatable to server for excel creation?
How can I send filtered and selected columns of datatable to server for excel creation?
Pauldron
Posts: 1Questions: 1Answers: 0
Hello,
I'm using the datatable.js for client side filtering, pagination and selecting columns. I want to export the selected and filtered columns into excel but this isn't possible client side because you can only do it per page. Could someone give me an example on how I can send the selected and filtered records/columns to the server?
This discussion has been closed.
Answers
Hi @Pauldron ,
To send information to the server, see this example here. You just need to add your values into
ajax.data
,Cheers,
Colin