asafdav / ng-csv

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

ngcsv export: Can I change the position of columns? #113

Closed emrealparslan93 closed 6 years ago

emrealparslan93 commented 8 years ago

I have a table which has columns below; "CreatedAt | Message | LastName | FirstName".

And I want to sort them as; "CreatedAt | FirstName | LastName | Message"

Can I do it with your library?

shaohaolin commented 8 years ago

You can use csv-column-order