ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started 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 !
-
you need to add type: 'local' to filterModel.
filterModel: { type: 'local', on: true, mode: "AND", header: true },
-
Thank you veryyy much,it works perfectly. You really saved my day ;D