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
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.
When I console.log line 1024
I get
undefined, undefined. Upon inspection,fastDatadoes not appear in thesettingsobject