You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to keep the order: 'equal', 'not_equal', 'in', 'not_in', 'is_null', 'is_not_null' and by default I wanna select in operator, but is select the first operator - in this example: equal.
I can find default_condition, default_filter, default_value, ... but I can't find default_operator or similar. I'm missing something?
The text was updated successfully, but these errors were encountered:
In the meantime you can use "afterCreateRuleOperatorSelect.queryBuilder" event and change the rule operator (I am not sure about the event name, check the doc)
How can we define an default operator?
By example, with the following filter:
I would like to keep the order:
'equal', 'not_equal', 'in', 'not_in', 'is_null', 'is_not_null'
and by default I wanna selectin
operator, but is select the first operator - in this example:equal
.I can find
default_condition
,default_filter
,default_value
, ... but I can't finddefault_operator
or similar. I'm missing something?The text was updated successfully, but these errors were encountered: