akveo / akveo/ng2-smart-table

Ng2 smart table Intercept value selection within the dropdown

Aperta
#1,217 0 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

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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.