Ramco Ramco

Ramco Ramco

  • 438
  • 3.1k
  • 436.8k

Dynamic Action Buttons

Jun 27 2024 5:44 AM

Hi

  I am passing below 2 columns to dynamic table. I want 1 more column = Actions. In some components i may have Edit..Delete.

In some components i may have 3 like Edit,Delete,View. How this can be done dynamically

this.columns = [
      { title: "Type", name: "name" , visible: true },      
      { title: "Description", name: "description" , visible: true },      

 

Thanks


Answers (2)