Author Topic: Programmatically apply a Filter  (Read 2013 times)

NearEarthObject

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 28
    • View Profile
Programmatically apply a Filter
« 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

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6122
    • View Profile
Re: Programmatically apply a Filter
« Reply #1 on: July 08, 2019, 10:46:39 pm »
Filter is programmatically applied with filter method

https://paramquery.com/pro/api#method-filter

NearEarthObject

  • Pro Ultimate
  • Newbie
  • *
  • Posts: 28
    • View Profile
Re: Programmatically apply a Filter
« Reply #2 on: July 09, 2019, 05:08:55 am »
Work like a charm !

Thanks you ! :)