I want to expand primeng treetoggler
dynamically. When I
manually click on treetoggler icon it is expanding and collapsing but when I try to expand it from typescript code, it didn't worked. Node is not expanding.
In typescript I called click even of treetoggler.Actually click event is passing through the entire code nodeExpand but in UI, particular row is not expanded.
Even all rows have expanded property set to true.
How to resolve this issue.
toggle
expand
collapse
methods inUITreeNode
component which i suppose might be used to achive what you want. Here: github.com/primefaces/primeng/blob/master/src/app/components/… – ysf