Skip to content
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

allow group by expression #385

Merged
merged 4 commits into from
Mar 27, 2018
Merged

allow group by expression #385

merged 4 commits into from
Mar 27, 2018

Conversation

anjmao
Copy link
Member

@anjmao anjmao commented Mar 26, 2018

@coveralls
Copy link

coveralls commented Mar 26, 2018

Coverage Status

Coverage increased (+0.02%) to 93.417% when pulling a791257 on group-by-exp into bc6efe3 on master.

@anjmao anjmao merged commit 0dd11c4 into master Mar 27, 2018
@varnastadeus varnastadeus deleted the group-by-exp branch March 31, 2018 12:49
jakemdunn pushed a commit to jakemdunn/ng-select that referenced this pull request Oct 16, 2018
@rajhim
Copy link

rajhim commented Nov 4, 2018

what if group is like this ? Iam not able to implement it. Can I have suggestion Please?
i need to implement like this
-categoryName
-services.

> [
>   {
>     "categoryName": "FaceWash",
>     "services": [
>       {
>         "serviceName": "Face",
>         "price": 250
>       },
>       {
>         "serviceName": "Face & Neck",
>         "price": 300
>       }
>     ],
>     "categoryId": "faceWashId"
>   },
>   {
>     "categoryName": "BLEACH ",
>     "services": [
>       {
>         "serviceName": "Jawline",
>         "price": 150
>       },
>       {
>         "serviceName": "Face",
>         "price": 300
>       },
>       {
>         "serviceName": " Face, Neck & Blouse Line ",
>         "price": 600
>       },
>       {
>         "serviceName": "Stomach",
>         "price": 450
>       }
>     ],
>     "categoryId": "BODYPOLISHBLEACH"
>   },
>   {
>     "categoryName": "BODY POLISH & WRAPS",
>     "services": [
>       {
>         "serviceName": " Instant Body Polish ",
>         "price": 2000
>       },
>       {
>         "serviceName": "Back Polish",
>         "price": 1250
>       },
>       {
>         "serviceName": " Body Polish + Massage & Wrap ",
>         "price": 3000
>       }
>     ],
>     "categoryId": "BODYPOLISH"
>   }
> ]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants