put in style iconclass
This commit is contained in:
@@ -77,6 +77,8 @@ export class FamilyList implements OnInit, OnDestroy{
|
||||
},
|
||||
{
|
||||
label: 'Delete',
|
||||
iconClass:'text-red-500',
|
||||
styleClass:'text-red-500',
|
||||
icon: 'pi pi-times',
|
||||
command: () => {
|
||||
this.delete(this.selectId);
|
||||
|
||||
Reference in New Issue
Block a user