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
Is there any way to display only a part of the subtree say suppose all the children under a particular node, also with an option to add a new node to this subtree by search for its name in the entire tree or maybe add a new node and add it to this subtree as a child?
The text was updated successfully, but these errors were encountered:
Hi @xxxazxxx,
now in rails_admin_nestable is not possible to filter by a subtree.
I'm planning to refactor all the code, to support many adapters to manage tree, like awesome_nested_set or mondodb database.
Moreover I want to add filter feature to manage only a subnode.
But it will take a little of time before that everything will be ready...
My ancestry tree contains more than 10000 nodes.
Is there any way to display only a part of the subtree say suppose all the children under a particular node, also with an option to add a new node to this subtree by search for its name in the entire tree or maybe add a new node and add it to this subtree as a child?
The text was updated successfully, but these errors were encountered: