-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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 #66
Comments
There is already similar from them in primeui or primefaces, so perhaps it is also among @cagataycivici plan like those: |
Currently it is scheduled for 0.8; https://github.com/primefaces/primeng/wiki/Roadmap We'll also have TreeTable soon as 0.8 is planned for match 21st. |
Available in 0.8.0, will post the link here later today for the demo and docs. |
@cagataycivici - Tree looks pretty great! Are there plans to add any additional functionality? These things in particular would be especially awesome:
It could also be interesting to be able to provide a Template for each node, in the same way that we can do so for the datatable. Thanks! Awesome toolkit. Really liking it so far. |
Drag and Drop would really a killing feature ;-) so +1 if you can do that somehow. |
@attilacsanyi - I think that you may be able to do drag and drop now using the method described in comment 2 of issue #683. |
DragDrop is available now for 4.0.RC1; |
Can anyone tell me about version of primeng in package.json for tree drag-drop? I am getting error while importing "DragDropModule". Currently, i am using "primeng": "^2.0.5" . |
4.0.0-RC2 |
I am getting following error. And i did check with version 2.0.3, 4.0.0-rc.1, 2.0.4, 2.0.5, but i didn't find component "TreeDragDropService". Actually, i am getting an error while importing "TreeDragDropService". npm ERR! notarget No compatible version found: primeng@4.0.0-RC2 |
…setting Enable vulnerability checking organization setting
There is a component that is useful for single page apps that manage files and is jquery based: jsTree (https://www.jstree.com/) this one is quite powerful. After looking for something similar on Angular2 there is nothing.
Could you provide a component like this one or is out of your scope?.
Thanks for your response
The text was updated successfully, but these errors were encountered: