How to export the entire table without dividing into pages ?
How to export the entire table without dividing into pages ?
eugene6
Posts: 2Questions: 0Answers: 0
Hello Everybody.
I use datatable with parameters:
processing: true,
serverSide: true,
(method of data processing on the server).
Everything works great, huge tables are processed very quickly.
I use datatable with parameters
processing: true,
serverSide: true,
(method of data processing on the server). Everything works great, huge tables are processed very quickly.
How can I export all data to excel without dividing into pages ?
Replies
See the FAQ. The linked plugin might be useful to send the client side table state to the server.
Kevin
Thank you Kevin. I understood.