Skip to content

fastData is not a function #17

@edknittel

Description

@edknittel

When attempting to upgrade SearchBuilder from 1.3.0 to 1.7.0 I'm getting the following error after selecting a data column of type 'string' with the condition 'Equals'. The 'Values' dropdown is empty due to the following JS error.

TypeError: fastData is not a function. (In 'fastData(index, column, typeof that.c.orthogonal === 'string' ? that.c.orthogonal : that.c.orthogonal.search)', 'fastData' is undefined)

When I console.log line 1024

var fastData = that.s.dt.settings()[0].fastData;
console.log(typeof fastData, fastData);

I get undefined, undefined. Upon inspection, fastData does not appear in the settings object

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions