Treeview filter(with checkboxes)
Hi Team,
There is a filternodes option available but not with checkboxes. Would be glad to have Treeview filter(with checkboxes) something similar kenod jquery component(attached the link and screenshot for your reference). Is there any plans to release this feature in near future?
When using the "checkBy" attribute to configure the data field for the key definition, then the indeterminate state of parent nodes is broken.
To reproduce the issue have a look to this StackBlitz: https://stackblitz.com/edit/angular-okpokx
Hi , When can we expect RTL support for Treeview component? Thanks
It would be useful if the TreeView can support the Angular Routing feature, for example allowing to set a RouterLink directive for each item of the tree.
My suggestion for the Angular treeview is to expose a doubleClick event, as opposed to just the single click event (or the selection node event). This would help in preventing events from firing unless the user has double clicked a node (as an option).
If you expand a tree node with 1000 items in it, and that tree has an ng-template the performance is very poor. It takes 7 seconds on my machine, see here https://www.telerik.com/forums/slow-treeview-with-large-datasets Please add virtualisation to the TreeView so that not so many DOM elements (and therefore ng-templates) need to be created.
support r-click menu
Hi, Thanks for the great work on porting jQuery TreeView to pure Angular... If possible to port the drag & drop feature as well As a sidenote, maybe add TreeView category to this feedback page Thank you!
Hi, I was going through Treeview in angular 5. What I feel lacking in Treeview is search functionality. I would be very thankful if you can provide search functionality. Thanks
Add the posibility to expand all nodes in a TreeView component.