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}` }
},
...
}); |
0 replies
|
WbNodeData has no "lazy" property |
0 replies
|
at least in the npm version |
0 replies
|
Should be fixed with 0.5 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, one question.
Is lazy loading of nodes already supported?
All reactions