Ramco Ramco

Ramco Ramco

  • 442
  • 3.4k
  • 515.4k

Dynamic Action Buttons

Jul 5 2024 5:28 AM

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)