ParamQuery grid support forum

General Category => Help for ParamQuery Grid (free version) => Topic started by: Nadia on February 01, 2016, 07:16:38 pm

Title: Local filtering with location data Remote
Post by: Nadia on February 01, 2016, 07:16:38 pm
Hi support team  :)

I want to use the Local header filtering  with a Location in DataModel 'remote' but it does not work.

Thank you for your help !
Title: Re: Local filtering with location data Remote
Post by: paramvir on February 01, 2016, 10:19:56 pm
you need to add type: 'local' to filterModel.

Code: [Select]
filterModel: {  type: 'local', on: true, mode: "AND", header: true },
Title: Re: Local filtering with location data Remote
Post by: Nadia on February 01, 2016, 10:39:57 pm
Thank you veryyy much,it works perfectly. You really saved my day   ;D