I am using PrimeNG datatable for my usage. Below is my code:
<p-dataTable [value]="alerts" [expandableRows]="true" [expandedRows]="expandedItems" #dt>
<p-column expander="true"></p-column>
</p-dataTable>
How can I change the default icon for the row expander ?