Ramco Ramco

Ramco Ramco

  • 439
  • 3.1k
  • 437.8k

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