svkdey / js-client-file-downloader

JS Client File Downloader is a simple package to download json, csv, pdf, docx, text files from client side(Browser).
1 stars 1 forks source link

csv exporter is exporting everything on same row. angular 8. #1

Open monir-a-khan opened 4 years ago

monir-a-khan commented 4 years ago

csv exporter is exporting everything on same row. angular 8.

rapportLista = [ { title: 'haha', varde: 'hoho' }, { title: 'haha2', varde: 'hoho2' } ];

jsFileDownloader.makeCSV(this.rapportLista, 'loll');

angeleah commented 4 years ago

This is not Angular specific. This happens with React as well.