Serverside / TableTools / Limit clause
Serverside / TableTools / Limit clause
omsalam
Posts: 7Questions: 1Answers: 0
Hi,
I use datable with serverside and i want to use tabletools for export my data in csv format.
When i click on tabletools button, i want to change the "length" parameter send to the serverside script to get all rows without a limit clause. How i can to this ?
Thank you
This discussion has been closed.
Answers
up
i really need this, cause today i export only 10 rows.
Thank
TableTools is client-side, so it can only export the data that is available at the client-side. Either you need to download all of the data (i.e. use client-side processing for the table) or have the server do the export.
Allan
Ok
Thank Allan
I use a personal script to get my data.