compucorp / uk.co.compucorp.civicrm.pivotreport

CiviCRM Pivot table reporting solution
Other
8 stars 13 forks source link

HW-433: Pivot Report TSV /CSV export issue #78

Closed coldrunKacper closed 6 years ago

coldrunKacper commented 6 years ago

There was an issue causing error when trying to export Pivot Report into TSV/CSV file. It was probably because of browsers limitation.

I've used FileSaver.js class (https://github.com/eligrey/FileSaver.js) which allows to save large files generated by web browsers.