[BUG?] issues with 'change.querybuilder' event
See original GitHub issuehttps://jsfiddle.net/42t6chv6/2/
add rules etc to see the event fired. as soon as you click [x delete] on any rule or group - it doesnt fire the change event.
is this a bug?
i tried adding the ‘afterDeleteRule.queryBuilder’ to it aswell, but it doesnt fire the event either
.on("change.queryBuilder afterDeleteRule.queryBuilder", function() {
changing the operator fires the change.queryBuilder
event twice.
Issue Analytics
- State:
- Created 6 years ago
- Comments:11 (4 by maintainers)
Top Results From Across the Web
Failed to capture the event processor_query.: no thrown error ...
"QueryBuilder : Failed to capture the event processor_query.: no thrown error", from running CMDB Query Builder, or "Update Query Based Services" scheduled job....
Read more >Strange error on query builder | Angular - EJ 2 Forums
Hello,. I started to have a strange problem with query builder lately, and I think that the only thing that I changed is...
Read more >Migrate from 1.4.x to 2.x - jQuery QueryBuilder
The only big change is about callbacks: there are no more callbacks ! everything is done via events, which also changed a bit....
Read more >jQuery QueryBuilder : how to initialize it and set the read-only ...
I'm not sure I understand, the 2 snippets are different - the first has flags the second has filters . Also, the first...
Read more >Full Change Log - DAX Studio
Adding Auto-Generate to Query Builder; Clicking Edit Query from the Query ... "Duplicate Measure" right-click menu to Query Builder; Added Error events to ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Hey Damien, I think there is no ‘change’ event fired when deleting a rule. There is a separate event for deleting a rule of course, but still 🔨
so reason for all my “issues” this is what im using queryBuilder for. basically to build the where string for “dummies”. working great! (thank you for your patience, help and most of all for having developed this awesome plugin!)