ParamQuery grid support forum
General Category => Suggest new features => Topic started by: queensgambit9 on June 02, 2017, 01:58:34 pm
-
Would it be possible to set the logic expression when doing a search in a textbox?
Ex:
{ title: "Customer Name", dataIndx: "ContactName",
filter: { type: "textbox", condition: 'contain', listeners: ['keyup']
}
When doing a search, I would like to change the condition to notcontain. (-searchterm or simliar).
-
column filter condition
can't can be changed by getting reference to column
and set it to new value.
column.filter.condition = "new filter condition";
-
Not sure I understand...what I would like to do is to let the user to have the possibility to switch between conditions.
This might be useful as a standard functionality in pqgrid? Having a ui button to let the user choose which condition to use when using the filter?
Thanks.
-
Yes I agree, it would a nice feature to have inbuilt ui in grid to let user choose filter condition at runtime.
It's not available currently; I'm moving it to feature request to be added in the upcoming versions, thank you for the suggestion.