angular - angular2 primeng how to change datatable expander icon -
i using primeng datatable usage. below code:
<p-datatable [value]="alerts" [expandablerows]="true" [expandedrows]="expandeditems" #dt> <p-column expander="true"></p-column> </p-datatable> i want change default icon row expander. can how change this?
thanks
Comments
Post a Comment