jQuery-QueryBuilder icon indicating copy to clipboard operation
jQuery-QueryBuilder copied to clipboard

jQuery plugin offering an interface to create complex queries

Results 113 jQuery-QueryBuilder issues
Sort by recently updated
recently updated
newest added

Hi, I try to custom input but not geting any solution. I tty to below query. JoiningDate + 30 days

![QB1](https://user-images.githubusercontent.com/56759054/67143995-3f6f1380-f28f-11e9-95e4-cf98dcd76c97.png) When we add a custom input filter we get the below result when we click on preview SQL button "AccountNumber = 'Val.Description' but we need Value and Description in...

right now plugins defined at the filters level, we have a use case where we would like to load plugin based on operator. for instance equal might be selectize (if...

feature

There is a issue where the chosen control is not getting updated after you disable options. Example is here https://codepen.io/jakeb16/pen/bGLRjPQ This fixes the problem. **Merge request checklist** - [ ]...

I started using QueryBuilder as a starting point for a custom control I am working on. It's working great and I have been able to do most of what I...

Hi , I wanted to create a hierarchy using this plugin, Right now what i saw, is it groups the rules together ,but they are not in any hierarchical structure....

When a rule has just one operator, both a label *and* a select is rendered as operator selectors. This is due to the template: QueryBuilder.templates.operatorSelect = '\ {{? it.operators.length ===...

**Issues guidelines** - Please search in the [documentation](http://querybuilder.js.org) before asking. - Any issue without enough details won't get any answer and will be closed. - Help requests must be exhaustive,...

Perhaps I've overlooked the documentation or various examples, but I'd like to use a free-form text input as the filter input. In other words, at runtime, the user can freely...

feature

When calling reset there is a console error: ```js $('#reset-querybuilder').click(function (){ $('#queryBuilder').queryBuilder('reset'); }) ``` ![image](https://user-images.githubusercontent.com/31817544/152971776-14a50573-028f-4845-b82f-1f9fdcc10d59.png) ![image](https://user-images.githubusercontent.com/31817544/152971850-e0709498-5a8d-4b03-a324-224976642833.png) Maybe worth noting: I often recreate queryBuilder to change available options for "select" fields...