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"}..}
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