how to add a button to smart table
Aperta
- 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.