Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Feature Request - Collapse/Expand Table Hierarchy nodes #41

Open
luisvillasenor opened this issue Apr 8, 2021 · 2 comments
Open

Comments

@luisvillasenor
Copy link

Hello,
Just would be cool collapse/expand table hierarchy nodes.

image

Thanks :)

@jacebenson
Copy link
Contributor

A simple way to do this would be with the <summary> tag.
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/summary

<details>
    <summary>I have keys but no doors. I have space but no room. You can enter but can’t leave. What am I?</summary>
    A keyboard.
</details>
I have keys but no doors. I have space but no room. You can enter but can’t leave. What am I? A keyboard.

@jneale
Copy link
Owner

jneale commented May 4, 2021

Thanks. Interesting to know people still use this over the CMDB CI Class Manager that's now native :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants