-
Hello, I'm currently working on implementing React Awesome Query Builder in my project, and I've encountered an issue with enabling the drag and drop functionality for both groups and rules. Despite configuring the Screen.Recording.2023-10-29.at.01.11.31.movHere's an overview of my setup:
I'm reaching out to the community for assistance in debugging and resolving this issue. If anyone has encountered a similar problem or has expertise with React Awesome Query Builder, your guidance would be greatly appreciated.
I'm open to any suggestions, code examples, or guidance you can provide to help me enable the drag and drop functionality successfully. Your insights would be invaluable in moving forward with this project. Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
From the readme
renderBuilder={(props: BuilderProps) => (
<div className="query-builder-container">
<div className="query-builder qb-lite">
<Builder {...props} />
</div>
</div>
)} |
Beta Was this translation helpful? Give feedback.
From the readme