-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
Grant/bru-1060 #31
Grant/bru-1060 #31
Conversation
…and associated components to display column relation if present
…lect column to join on
…on item content component
Add backend for relate, order, and take steps
Implement take step UI for query builder
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved with some small changes! Feel free to make in separate branch if want to get this merged, not functional differences
join side:left {{ relation }} (this.{{ baseJoinColumn }}=={{ relation }}.{{ relationJoinColumn }}) | ||
)`; | ||
|
||
const relateTemplateManyToMany = ` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are really pretty, nicely done
Implement relate step & take step for query builder