Exporting tables while using server-side processing
Exporting tables while using server-side processing
Keyser_Soze
Posts: 22Questions: 0Answers: 0
Good morning!
I'm using server-side processing and i'd like to export my table to Excel. The probleme is that this tool export only the shown data.
Is it possible to export all data from my table while using server-side processing.
How can i do that?
Thanks :)
I'm using server-side processing and i'd like to export my table to Excel. The probleme is that this tool export only the shown data.
Is it possible to export all data from my table while using server-side processing.
How can i do that?
Thanks :)
This discussion has been closed.
Replies
you have to change 'bServerSide' to false,
[code]"bServerSide": false[/code]
Thanks for the answer, i'll try this :)
have a good day.
When i change it to false, data are not loaded from the server.
any suggestions?
thanks
i'm using datatable v1.7.6 and TableTools v.2.0.1
[code]
"bProcessing": false,
"bServerSide": false,
"sAjaxSource": "server_processing.php"
[/code]
Allan
I'll check that :)