Ng2 smart table Intercept value selection within the dropdown
Đang mở
- Ngôn ngữ chính
- TypeScript
- Star
- 1.6k
- Fork
- 867
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
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.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.