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

Tree Component #5964

Closed
OpsRJ opened this issue Jul 22, 2017 · 10 comments
Closed

Tree Component #5964

OpsRJ opened this issue Jul 22, 2017 · 10 comments

Comments

@OpsRJ
Copy link

OpsRJ commented Jul 22, 2017

Bug, feature request, or proposal:

I would like to request a Tree View Component.

What is the expected behavior?

The hability to select, add, remove or edit items/nodes to build a Tree structure

What is the current behavior?

It should create a Tree View component

What are the steps to reproduce?

Could be something like this:

children: [
{
children: [
{label: 'Watermelon', leaf: true, type: 'check'},
{label: 'Apricot', leaf: true, type: 'check'},
{label: 'Pineapple', leaf: true, type: 'check'},
{label: 'Kiwi', leaf: true, type: 'check'},
{label: 'Orange', leaf: true, type: 'check'},
{label: 'Pomegranate', leaf: true, type: 'check'}
],
expanded: true,
label: 'Fruits'
}
]

@luanmm
Copy link

luanmm commented Jul 22, 2017

It's already in progress, @OpsRJ. Please refer to this (as stated in the README.md): #3175.

A demo for what seems to be the progress of the component till now: https://tina-material-tree.firebaseapp.com/simple-tree.

@mydaypower1
Copy link

The MD tree is an exceting component and very expect it to release, Many thanks for all of you contribution. Could you please let us know when could this feature release if possible, Even if it's a trial function.

Thanks and Best regards...
Albert

@dev-fullstacktechnology
Copy link

dev-fullstacktechnology commented Oct 17, 2017

Hello, Is there any plan of launching Material Tree component soon? I need it in my project with drag and drop feature. And also I am looking for a demo of the current working tree structure.

@stoto34
Copy link

stoto34 commented Jan 11, 2018

This component will be customizable ? I'm looking for a tree component with a filter and no checkbox.

@benb7760
Copy link

@stoto34 it's customizable - you provide your own template for nodes and can lay each node out however you wish

@stoto34
Copy link

stoto34 commented Jan 11, 2018

Great, can you tell me when this component will be available ? :)

@benb7760
Copy link

@stoto34 I can't as I don't work for Google. I have my own build of material right now which includes the tree branch. It's fairly featured at present so my unofficial guess is anywhere between 1 month and 6 months!

It can be found here. It is fairly frequently rebased onto master

@GGSMNandathilaka
Copy link

GGSMNandathilaka commented Feb 22, 2018

@benb7760 Is there any update for the release date of Material tree component ?

@dreamid27
Copy link

when it releases?

@angular-automatic-lock-bot
Copy link

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot bot locked and limited conversation to collaborators Sep 8, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants