Skip to content

TypeError: c[0] is undefined #370

@karousn

Description

@karousn

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugIdentified bug which needs a fix

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions