Questions tagged [primeng-tree]

17 questions
0
votes
1 answer

PrimeNG - TreeNode - make it expand by clicking anywhere, not just on the icon

Could anyone show me TreeNode template that makes the whole node clickable (all the label text and icons) and uses the same expand function as the original behavior (when clicking on the icon to expand)? Or do you need to implement your own function…
Destabilizator
  • 458
  • 6
  • 18
-1
votes
1 answer

PrimeNG tree component

I should make a Primeng tree. This is my model. export interface Profiles { active?: true, description?: string, function?: [ string ], id?: number, macroFunction?: string, name?: string, nodeTree?: [ { children?: [ …
A. S. Bush
  • 11
  • 6
1
2