I have the same problem as this PrimeNG forum post.
Basically the TreeTable component correctly reads the tree but the
<p-treeTableToggler [rowNode]="rowNode"></p-treeTableToggler>
isn't somehow supported which is the arrow to expand the rows
'p-treeTableToggler' is not a known element:
- If 'p-treeTableToggler' is an Angular component, then verify that it is part of this module.
- If 'p-treeTableToggler' is a Web Component then add 'CUSTOM_ELEMENTS_SCHEMA' to the '@NgModule.schemas' of this component to suppress this message.
I'm really confused how it is working on the PrimeNG showcase but not for me and a couple people that post in the PrimeNG forum.
If you are using the latest primeNg then make sure that you have the primeicons and css style also loaded. Without this I wasn't getting the tree structure for the data. Like treetable component, if you don’t import primeicons, the
>
chevron-right wont’t display.and modify vendor.scss: