You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: