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

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -