2
Answers

Dynamic Action Buttons

Ramco Ramco

Ramco Ramco

Jun 27
328
1

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)