update ux writing
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import { Component, Input, Output, EventEmitter } from '@angular/core';
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { Component, EventEmitter, Input, Output } from '@angular/core';
|
||||
import { Button } from 'primeng/button';
|
||||
|
||||
@Component({
|
||||
@@ -12,6 +12,7 @@ export class TableActionRowComponent {
|
||||
@Input() showEdit = false;
|
||||
@Input() showDelete = false;
|
||||
@Input() showDetails = false;
|
||||
@Input() showDetailsText: string = 'جزییات';
|
||||
|
||||
@Output() edit = new EventEmitter<void>();
|
||||
@Output() delete = new EventEmitter<void>();
|
||||
|
||||
Reference in New Issue
Block a user