I am pretty much a javascript noob, and very new to cytoscape (but i code in other languages)...
I am trying to use Cytoscape to graph out the servers available in my network. Creating a node per server and their relationship was straightforward actually.
I would like to add the possibility than when I click a node (let's say server12345) that it would open kind of a table with data associated with that server (servertype etc...).
Do you have any idea / examples / guidance on how I could:
- add functionality on that click event of a specific node ?
- how to create a 'details' table using cytoscope?
Thank you guys so much in advance! (Ps: My first post on StackOverflow...)