How to do a collapsible network tree view

Hi all, I’m a new person in web development,

and I have this project that need me to do something exactly like below images using JS, PHP, MYSQL, CSS, HTML etc.,

which is the Red and Green are collapsible.

need help ASAP,

thanks.

There are a couple of CSS tree-view libraries that achieve something close to what you’re wanting there, such as this CSS flowchart

However, if you need it to be exactly like that image, then creating your own custom flowchart using the Canvas might be a more appropriate solution.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.