I have implemented PrimeNG datatable in my project. Here is the code snippet I am using:
<p-dataTable [value]="alerts" [expandableRows]="true" [expandedRows]="expandedItems" #dt>
<p-column expander="true"></p-column>
</p-dataTable>
Is there a way to customize the default icon for the row expander?