-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Custom delimiter support in 'groupBy' pipe while grouping multiple fields #22
Comments
Did you mean that multiple fields are joined by underscore ("_")? and yes this makes sense if there's some properties with |
Yes. I was referring to multiple fields getting joined by "_" only. |
I think that it might be better to also use |
Yes. That makes perfect sense. |
Default has been changed to https://github.com/danrevah/ngx-pipes#groupby |
Custom delimiter as an additional optional argument in the
groupBy
pipe would be really helpful. Currently multiple fields are joined by_
while grouping on multiple fields but_
would not always be a unique delimiter and in that case the resultant map cannot be directly used.The text was updated successfully, but these errors were encountered: