Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
495
Issue with filtering?
posted

I'm getting a hard stop script error:

Uncaught Error: The filter condition that was passed was not recognized: contains


Initializing like this:

{
name: 'Filtering',
allowFiltering: true,
caseSensitive: false,
type: 'local',
}

Is there something I am missing?

Thanks