react-awesome-query-builder icon indicating copy to clipboard operation
react-awesome-query-builder copied to clipboard

Separation of fields for LHS and RHS in the query builder

Open Samprita98 opened this issue 3 years ago • 1 comments

Can we have specific fields that can be configured in the LHS and likewise for RHS separately?

Samprita98 avatar Nov 10 '21 06:11 Samprita98

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.

ukrbublik avatar Nov 10 '21 09:11 ukrbublik