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'm using this lib in one of my tool, and I want to add a read-only condition to the query-builder using setRule(), I have used the readonly : true for enforcing that condition/rule.
Now I want that read-only rule/condition to be always ANDed with other rules/conditions created by user. So Do we have an option to make the rule condition ( condition : "AND") read-only ?, and the user won't be able to change it from AND to OR.
The text was updated successfully, but these errors were encountered:
I'm using this lib in one of my tool, and I want to add a read-only condition to the query-builder using
setRule()
, I have used thereadonly : true
for enforcing that condition/rule.Now I want that read-only rule/condition to be always
AND
ed with other rules/conditions created by user. So Do we have an option to make the rule condition (condition : "AND"
) read-only ?, and the user won't be able to change it fromAND
toOR
.The text was updated successfully, but these errors were encountered: