Implement Export (PDF/CSV/Excel) of all data with server side pagination.

Implement Export (PDF/CSV/Excel) of all data with server side pagination.

kumarnishant342kumarnishant342 Posts: 7Questions: 4Answers: 0

I have enabled server side processing. At a time, only data for current page is present on the client. I need to implement export with all data (PDF/CSV/Excel). Does Datatables provide any API for generating and downloading these files ?
If yes, then I can implement a button, send request to server on click, get data, send it back, use the API to generate the file and download.

Answers

This discussion has been closed.