I am Creating Web Application with Angular using the PrimeNg UI Framework.
I use the TreeTable Component.
The TreeTable Component has an Event called 'onNodeExpand' which will be triggerd once a node gets Expandend.
Now comes my question:
Is there a way to prevent this onNodeExpand to occur so when you click on the expand Icon nothing happens?
1
votes