akveo / akveo/ng2-smart-table

how to add a button to smart table

Aperta
#1,169 7 commenti 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
TypeScript
Stelle
1.6k
Fork
867
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

how can i add a button in smart table.
i found this link https://akveo.github.io/ng2-smart-table/#/examples/custom-editors-viewers where they integrated the button inside the cell, but i couldn' find the code.
i tried this code but it doesn't work
` columns:

{
stat:
{
title: 'stat',
type: 'html',
valuePrepareFunction: (value) => {
return `bouton`;
}
},
}`

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.