Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] deep-each-function #9

Open
treemore opened this issue Aug 29, 2018 · 2 comments
Open

[feature request] deep-each-function #9

treemore opened this issue Aug 29, 2018 · 2 comments

Comments

@treemore
Copy link

arrayToTree(dataTwo, {
  parentProperty: 'parent',
  customID: '_id',
 each:(node)=>{
// here i can �do some things. like choice  the right node to an other list
}
});

this options we can choice some node but no need to deep traverse the whole tree.

@alferov
Copy link
Owner

alferov commented Aug 29, 2018

That's a great idea! I'll take a look into it

@franciscobrba
Copy link

any way to archive that?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants