ParamQuery grid support forum
General Category => Help for ParamQuery Grid (free version) => Topic started by: fvfv 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
-
contain condition works fine in local filtering of free version
https://paramquery.com/demos/filter_header_local
{ title: "ShipCountry", width: 100, dataIndx: "ShipCountry",
filter: { type: 'textbox', condition: 'contain', listeners: ['keyup'] }
},
-
Does it work exactly the same way as in Pro version, Paramquery? Or does Pro have more functionality?
-
Pro has bit more functionality.
Also the comparison between free and Pro has been summarized here:
https://paramquery.com/