esvit / ng-table

Simple table with sorting and filtering on AngularJS
http://esvit.github.io/ng-table
BSD 3-Clause "New" or "Revised" License
2.77k stars 851 forks source link

Custom sorting property for groups #1040

Open tariva opened 6 years ago

tariva commented 6 years ago

I want to group data by a date and sort the groups by it. So I have a sortstring on each set which i use for sorting when grouping is disabled. Is there a way to achive simmilar behavior in groups? something like: new NgTableParams({..group:{ "col": { "sortcol" : "asc"}..}

thank you