react-awesome-query-builder
react-awesome-query-builder copied to clipboard
Separation of fields for LHS and RHS in the query builder
Can we have specific fields that can be configured in the LHS and likewise for RHS separately?
Currently no.
You can use canCompareFieldWithField
to filter list of fields in RHS depending on field in LHS.
Also you can use hideForSelect: true
for field to show it only in RHS.