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
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
The text was updated successfully, but these errors were encountered:
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 changingnode.expanded
field.Any idea how one could expand a lazy node programmatically? Thanks
The text was updated successfully, but these errors were encountered: