How to export the entire table without dividing into pages ?

How to export the entire table without dividing into pages ?

eugene6eugene6 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

  • kthorngrenkthorngren Posts: 21,319Questions: 26Answers: 4,948

    See the FAQ. The linked plugin might be useful to send the client side table state to the server.

    Kevin

  • eugene6eugene6 Posts: 2Questions: 0Answers: 0

    Thank you Kevin. I understood.

Sign In or Register to comment.