-
Notifications
You must be signed in to change notification settings - Fork 558
Closed
Labels
bugIdentified bug which needs a fixIdentified bug which needs a fix
Milestone
Description
I have try to integrate the builder by add this files list :
Js :
- query-builder.standalone.min.js
- sql-parser.js
with QueryBuilder Config :
var options = {
allow_empty: true,
//default_filter: 'name',
sort_filters: true,
filters: [
{
id: 'name',
label: {
en: 'Name',
fr: 'Nom'
},
type: 'string',
optgroup: 'core',
default_value: 'Mistic',
size: 30,
unique: true
}]
};
$('#builder').queryBuilder(options);but i have this error on console firebug without any view result :
TypeError: c[0] is undefined
there is any other js library i must called ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIdentified bug which needs a fixIdentified bug which needs a fix