Draw.io has the feature of multiple pages with a tab view in the bottom.
But to integrate that into mxgraph graph editor, it seems like an overkill.
I'm looking for a simpler solution or some sort of workaround.
Draw.io has the feature of multiple pages with a tab view in the bottom.
But to integrate that into mxgraph graph editor, it seems like an overkill.
I'm looking for a simpler solution or some sort of workaround.
Copyright © 2021 Jogjafile Inc.
for sort of workaround I have solution. Creates the graph inside the given container using a model with a custom root and two layers. Layers can also be added dynamically using
const layer = model.add(root, new mxCell()).Just look example