Jesús Alberto Polo García
Jesús Alberto Polo García
Hi, I run into the same issue in my project. It also appears when I run the [nextjs example](https://github.com/nextui-org/nextui/tree/main/examples/create-next-app), see below: ``` react-dom.development.js?61bb:67 Warning: Prop `id` did not match. Server:...
First, you need to know the node that has been clicked by implementing either the _onNodeClick_ or _onNodeDoubleClick_ functions when you initialize neo4jd3. Then, inside one of those functions, you...
[onNodeClick example](https://gist.github.com/jesusalber1/0b0ff4369c94b3911b0e9f09c49bf96d) Just add the function as another property of the object. Not tested.
Actually by implementing _options.onNodeClick_ you're not changing the code but adding a custom functionality through the options, the core remains the same. Alternatively, you can use _options.neo4jDataUrl_ (URL to a...
I'm not sure if you can display a relationship without both startNode and endNode, but I think it's not possible... What you can do instead is to get all the...
Check #24