Author Topic: Local HeaderFilter operation contain (Free Version)  (Read 2902 times)

fvfv

  • Newbie
  • *
  • Posts: 1
    • View Profile
Local HeaderFilter operation contain (Free Version)
« on: November 30, 2017, 08:33:35 am »
When registering my ColModel for HeaderFilter, I setup the filtering portion like :

"filter":{"type":"textbox","condition":"contain","listeners":.....

My Filtering is Local and my data is local. 

It seems like textbox can only use "begin" conditon and "select" can only use "equal" condition when filtering. I have seen demos with Pro version and remote data that do use the "contain" condition correctly.  I need this behavior for local data.

Is there a difference between the Free Version API and the PRO version regarding Header filter and  using "contain" to filter data that is "like" instead of "begins with"

Thanks for your support

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Local HeaderFilter operation contain (Free Version)
« Reply #1 on: November 30, 2017, 06:34:26 pm »
contain condition works fine in local filtering of free version

https://paramquery.com/demos/filter_header_local

Code: [Select]
{ title: "ShipCountry", width: 100, dataIndx: "ShipCountry",
            filter: { type: 'textbox', condition: 'contain', listeners: ['keyup'] }
        },

EllisDon

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Local HeaderFilter operation contain (Free Version)
« Reply #2 on: January 17, 2018, 08:27:43 pm »
Does it work exactly the same way as in Pro version, Paramquery? Or does Pro have more functionality?

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6263
    • View Profile
Re: Local HeaderFilter operation contain (Free Version)
« Reply #3 on: January 20, 2018, 12:32:02 pm »
Pro has bit more functionality.

Also the comparison between free and Pro has been summarized here:

https://paramquery.com/