grab current state of data for all pages / serverside
grab current state of data for all pages / serverside
_mercury
Posts: 12Questions: 3Answers: 0
I have a table that loads data by ajax serverside
And I also enable export excel
the issue is how to get the current data of all the filtered/seraced rows to export ?
I want to create custom button that grab the current state ( filter / search ) for all pages
If there is a code to the button and how to grab the whole data
this is a continuos of my prev question https://datatables.net/forums/discussion/74234/get-the-whole-state-of-current-serverside-data-to-export/p1?new=1
Answers
Hi,
If you are using server-side processing and want to export the data, please see this FAQ which covers that point.
Allan