Material-ui: what about treeview component with checkbox?

Created on 19 Apr 2016  ·  10Comments  ·  Source: mui-org/material-ui

I need a treeview component, could you provide this kind of component? ^_^

TreeView

Most helpful comment

Please read the guidelines for posting issues -- this isn't likely to make it in in the short term though.

It should be relatively simple to implement yourself -- try this: https://github.com/chenglou/react-treeview

All 10 comments

Please read the guidelines for posting issues -- this isn't likely to make it in in the short term though.

It should be relatively simple to implement yourself -- try this: https://github.com/chenglou/react-treeview

A tree view implemented using material-ui: https://github.com/helfi92/material-ui-treeview.

@helfi92 https://github.com/helfi92/material-ui-treeview seems to implement a side nav pattern. Are you using it in this context?

https://firefox-ci-tc.services.mozilla.com/hooks is how I'm using it. What do you mean by side nav pattern?

Ah interesting, thanks, so it's used both as a side nav menu and an accordion like component?

I also need a treeview component with checkbox!

@asim47 We track it in #17407.

Note that we might make the drag & drop feature under the enterprise version (non-MIT).

@oliviertassinari Thank you.

Ah interesting, thanks, so it's used both as a side nav menu and an accordion like component?

Correct.

Was this page helpful?
0 / 5 - 0 ratings