Lazyloading #29
Closed
jogibear9988
started this conversation in
General
Replies: 4 comments
-
Yes it does: new mar10.Wunderbaum({
id: "demo",
element: document.getElementById("demo-tree"),
source: { url: "https://example.com/api/rootNodes" },
...
lazyLoad: (e) => {
return { url: `https://example.com/api/childrenOf/${e.node.refKey}` }
},
...
}); |
Beta Was this translation helpful? Give feedback.
0 replies
-
WbNodeData has no "lazy" property |
Beta Was this translation helpful? Give feedback.
0 replies
-
at least in the npm version |
Beta Was this translation helpful? Give feedback.
0 replies
-
Should be fixed with 0.5 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, one question.
Is lazy loading of nodes already supported?
Beta Was this translation helpful? Give feedback.
All reactions