react-awesome-query-builder
react-awesome-query-builder copied to clipboard
Able to configure to render group
Is your feature request related to a problem? Please describe.
I am using query builder to build an condition editor. and we have one requirement is that be able to collapse group to make it to show just query string.
e.g.
change the higlighted red area to label display 'AND COUNT OF Cars WHERE (vendor = Toyota AND year >= 2010) > 2)'
Describe the solution you'd like provide settings to configure group/rule render renderGroup like renderConjs, renderGroup will pass in all props for group rendering.
Please help me with this. Of course, i also can submit PR for this change
any update for it? Thanks