Hello,
I am trying to implement the FilterBuilder component in our application. But can seem to figure out how to customize it.
I'm mostly interested in removing some operators and changing the titles of some.
For example:
Here I would like to remove the Match None operator, rename the Match All to "AND", rename the Match Any to "OR" also I would like to remove some of the operators available for the text field.
I don't want to use the RADIO operator appearance since we then lose the "+()" option so the setMatchAnyTitle() method does nothing for me.
Is this possible for this or am I going to have to implement a custom GUI that does all of this?
Thank you in advance
I am trying to implement the FilterBuilder component in our application. But can seem to figure out how to customize it.
I'm mostly interested in removing some operators and changing the titles of some.
For example:
Here I would like to remove the Match None operator, rename the Match All to "AND", rename the Match Any to "OR" also I would like to remove some of the operators available for the text field.
I don't want to use the RADIO operator appearance since we then lose the "+()" option so the setMatchAnyTitle() method does nothing for me.
Is this possible for this or am I going to have to implement a custom GUI that does all of this?
Thank you in advance
Comment