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 want to implement child-level filter but I understand tree structure is not for this purpose.
But is there any way to pass the argument in children_method? If I can pass an argument, then I can probably filter from children_method based on the argument.
Eg. children_method: method(arg1)
Thank you
The text was updated successfully, but these errors were encountered:
I want to implement child-level filter but I understand tree structure is not for this purpose.
But is there any way to pass the argument in children_method? If I can pass an argument, then I can probably filter from children_method based on the argument.
Eg. children_method: method(arg1)
Thank you
The text was updated successfully, but these errors were encountered: