I am trying to render 400k-500k rows with around 35 columns. These columns contain no formula.
I also want to export this data to csv.I am able to render the data and export it to csv but it is sluggish and sometime hangs web UI.
The requirement is to export all the data into csv. The data can be displayed in pages to make it responsive but should export all pages when clicked.I could not see any plugin for paging.
The data is retrieved from search , so it could be just 1000 rows or max 500k rows.
Do you have a snippet/jsfiddle for the above issue?