asafdav / ng-csv

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

Is it possible to sort the data on a specific column? #153

Open chandramuralis opened 8 years ago

chandramuralis commented 8 years ago

I know we can order the columns using csv-column-order, but is there anyway to sort the data?

chandramuralis commented 8 years ago

FYI, I submitted a PR for the same #154