We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Can the field on the left support an expression, such as: a + b - c? If custom extension support is possible, how do I do it? Thank you
The text was updated successfully, but these errors were encountered:
There is an example of it in demo app: https://ukrbublik.github.io/react-awesome-query-builder Choose "Select source" - "Function", then "Linear regression".
react-awesome-query-builder/packages/examples/src/demo/config/index.tsx
Line 750 in 617ee98
Line 271 in 617ee98
You can create own function similar to LINEAR_REGRESSION:
react-awesome-query-builder/packages/core/modules/config/funcs.js
Line 165 in 617ee98
Sorry, something went wrong.
Thanks for your answer, I'll try it
No branches or pull requests
Can the field on the left support an expression, such as: a + b - c?
If custom extension support is possible, how do I do it? Thank you
The text was updated successfully, but these errors were encountered: