asafdav / ng-csv

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

Added option to sort the data by a particular column name. #154

Open chandramuralis opened 8 years ago

chandramuralis commented 8 years ago

Added option to sort the data by a particular column name. Supports ascending and descending sort by passing the column name with '-' sign.