Check whether you have defined filterModel correctly.
filterModel: { on: true, header: true, type: 'local' },
Check whether your filter function is getting called by putting a breakpoint or alert box.
You syntax for filter method is incorrect, arguments are missing.
Please refer the API
http://paramquery.com/pro/api#method-filterPlease post a jsfiddle if still facing problems.