ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: NearEarthObject on July 08, 2019, 09:24:32 pm

Title: Programmatically apply a Filter
Post by: NearEarthObject on July 08, 2019, 09:24:32 pm
Hi !
What would be the most convenient way to filter a column from outside element of the grid ?
For instance using on click events, applying filter to column X where result must be equal to something.

Thanks for any suggestion
Title: Re: Programmatically apply a Filter
Post by: paramvir on July 08, 2019, 10:46:39 pm
Filter is programmatically applied with filter method

https://paramquery.com/pro/api#method-filter
Title: Re: Programmatically apply a Filter
Post by: NearEarthObject on July 09, 2019, 05:08:55 am
Work like a charm !

Thanks you ! :)