Export Whole data into CSV

Tags: #<Tag:0x00007f8b1de75158>

I am able to export the data of Table into CSV but the problem is that, have added pagination for the table. When i export the data into CSV, the data of only visible page gets exported.
Is there any way/sample to export data of all the pages.

Hey @shradhag510

there is no control over the dataset for the export to csv option. It uses the data that you get after calling getData() method. You could show the data just before it is downloaded and hide it afterwards but if the dataset has more than 100k records it can slow down the browser.

Hi @aleksandra_budnik

Thanks for you your response. It could be of great help if u can share any demo if u have, that will show the data just before download and hide it afterwards.

Yes, I have an example here http://jsfiddle.net/handsoncode/2wouxn69/