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

Editable table tree node #98

Open
psivas opened this issue Nov 1, 2016 · 1 comment
Open

Editable table tree node #98

psivas opened this issue Nov 1, 2016 · 1 comment

Comments

@psivas
Copy link

psivas commented Nov 1, 2016

I am trying to create a hierarchical tree in one of our applications and I need the final node to be an editable table. I created the entire table with editable cells as a string and pass it as node text and the table is getting rendered. But when I click on an editable cell - calendar for example, instead of that cell the entire node hierarchy gets selected or deselected. I think this is because tree takes the table as a node label. How can I make the final node as non-selectable and make the table editable.

At the same time I may need the parent nodes selected all the way to the root, I guess that I can achieve by an event handler for the table components.

@ezraroi
Copy link
Owner

ezraroi commented Nov 2, 2016

hi,
I think you should ask this in ts tree repo, as this is just a wrapper for angular

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

No branches or pull requests

2 participants