asafdav / ng-csv

Simple directive that turns arrays and objects into downloadable CSV files
MIT License
573 stars 215 forks source link

Select columns to Export #159

Open ofergolan opened 8 years ago

ofergolan commented 8 years ago

Hi, Can I select which column to export?

Thx.

mhinton311 commented 8 years ago

I discovered you can accomplish this by setting the attributes ... csv-header and csv-column-order....

Fields you don't include wont be exported.