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