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

Walk utility function does not walk lazy child nodes #918

Open
igiz opened this issue Nov 18, 2021 · 0 comments
Open

Walk utility function does not walk lazy child nodes #918

igiz opened this issue Nov 18, 2021 · 0 comments

Comments

@igiz
Copy link

igiz commented Nov 18, 2021

Hi,

As far as I am aware the documentation on lazy loading is a bit scarce , but some of the nodes children on our usage of the tree are an implementation of GetTreeItemChildrenFn.

Now we have a problem , we need to programmatically expand the node before we can copy its content to clipboard. I tried to approach this with the walk with the ignoreCollapsed set to false. However this does not trigger the lazy load to be expanded programmatically , nor does directly changing node.expanded field.

Any idea how one could expand a lazy node programmatically? Thanks

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

1 participant