jQuery-QueryBuilder
jQuery-QueryBuilder copied to clipboard
jQuery plugin offering an interface to create complex queries
Hi, I try to custom input but not geting any solution. I tty to below query. JoiningDate + 30 days
 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...
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...
When calling reset there is a console error: ```js $('#reset-querybuilder').click(function (){ $('#queryBuilder').queryBuilder('reset'); }) ```   Maybe worth noting: I often recreate queryBuilder to change available options for "select" fields...