ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: lgauton on February 27, 2015, 09:50:27 pm
-
Hi
I'm adding filters to an existing grid, just taken straight from example demo. for local filters. I get the items identified with matching text displayed in yellow but the grid results don't filter down to only show the results that match - I'm still left with complete list. Any ideas?
-
Have you added filterhandler and filterModel.
-
Hi
Yes - both Filterhandler and filtermodel - taken straight from the example
-
If dataModel.location = 'remote' and you want local filtering, then you need to add type: local to filterModel.
http://paramquery.com/pro/api#option-filterModel
Please share a jsfiddle if still facing issues.
-
Thanks that cured the issue - I should have looked more closely