akveo / ng2-smart-table

Angular Smart Data Table component
https://akveo.github.io/ng2-smart-table/
MIT License
1.63k stars 879 forks source link

Why didnt see custom button in actions ? #1106

Open hakanngul opened 5 years ago

hakanngul commented 5 years ago

guys i want to custom button in actions but it didnt this my actions settings ; actions: { add: false, edit: false, delete: false, custom: [{ name: 'edit', title: '' }], position: 'right', },

why didnt see ? on my home page ?

ng2smarttable

jonatasnardi commented 4 years ago

Because you haven't data in your table and you have to add a title for your custom edit button.

Lawiet commented 4 years ago

I need add custom actions actions: { add: false, edit: false, delete: false, custom: [{ name: 'print', title: '' }, { name: 'view', title: '' }, { name: 'check', title: '' }, .........], position: 'right', },