1
Answer

Dynamic Action Buttons

Ramco Ramco

Ramco Ramco

Jul 05
379
1

Hi

  I have below header columns . In Actions how to show Dynamic Action button. We are using Dynamic Angular table.

In some Components it can be Edit,Delete. In some it can be Edit,Delete,View.

this.columns = [
     
      { title: "Name", name: "empName" , visible: true },      
      { title: "Email", name: "empEmail" , visible: true },      
      { title: "Action", name: "actions" , visible: true }, 

Thanks

Answers (1)