QueryBuilder is an UI component to create queries and filters. jQuery-Plugin.
Questions tagged [jquery-query-builder]
37 questions
0
votes
2 answers
How to remove Property 'queryBuilder' does not exist on type 'JQuery'
How to remove
Property 'queryBuilder' does not exist on type 'JQuery < HTMLElement>'
on integration of Jquery query builder in Angular.
angular.json:
"scripts":…

Sathish Kumar
- 13
- 6
0
votes
0 answers
jQuery QueryBuilder doT.js template syntax inside twig file
I try to rewrite the rule template like this:
$(queryBuilderId).queryBuilder({
templates: {
rule: '\
\

Sireini
- 4,142
- 12
- 52
- 91
0
votes
0 answers
Jquery Query Builder - operator IN with Integer and value_separator
I'm unable to provide multiple values for IN Operator which is of type Integer.
Below is the reference JSFiddle, where I unable pass multiple values for IN Operator.
https://jsfiddle.net/z7dem1mg/2/
Piece of code:
{
id: 'count',
label:…

Naveen DB
- 13
- 5
0
votes
1 answer
PHP variable containing conditional statement
I'm using jQuery's Query Builder from here http://querybuilder.js.org/demo.html and my main page is written in PHP. I've used the query builder to basically specify conditions that I would like to use in my conditional statements.
I'm not too far…

Predator
- 469
- 2
- 6
- 20
0
votes
2 answers
hide future date in query builder datepicker
I would like to hide future date in datepicker(jquery query builder),if I set maxDate: '0',future date are shown
{
id: 'created_date',
label: 'Date',
type: 'datetime',
validation: {
format: 'YYYY/MM/DD'
},
plugin:…

ranga s
- 19
- 1
0
votes
0 answers
No target defined error
I am using the library jQuery QueryBuilder in my angular 1.x application along with angular material. I am trying to display the query builder in a md-dialog but as soon as I click the button to open the dialog, I get the following error in the…

Prerak Sola
- 9,517
- 7
- 36
- 67
0
votes
0 answers
SELECT with date field in WHERE clause fails via Ajax
A jquery builder (from http://querybuilder.js.org/ ) is used to let the user pick a date and further select data for a DataTables (datatables.net/ ) via a PHP function.
The DataTables and especially Ajax function looks like this:
var table =…

konrad_pe
- 1,189
- 11
- 26