Ng2 smart table Intercept value selection within the dropdown
Aperta
- Lingua principale
- TypeScript
- Stelle
- 1.6k
- Fork
- 867
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Good morning,
I would like to intercept the selection of the value within the dropdown to perform a data population method based on the value I have selected.
This is my code:
columns: {
ArticleId: {
filter: false,
title: 'Descrizione Articolo',
type: 'html',
editor: {
type: 'list',
config: {
list: this.Article,
},
},
}
How can I change the column to intercept the value selection?
Thanks for support.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.