akveo / akveo/ng2-smart-table

How to dynamically change the select when a value has been selected?

Aberta
#967 1 comentário 0 reações 0 responsáveis Ver no GitHub
Linguagem predominante
TypeScript
Estrelas
1.6k
Forks
867
Métricas de merge de PRs
Nenhum PR com merge em 30d

Descrição

I want to realize that after China is selected, the Area can be automatically changed to the corresponding list.
```
settings = {
columns: {
region: {
title: 'Region',
editor: {
type: 'list',
config: {
list: [{
value: 'China',
title: 'China'
}, {
value: 'Korea',
title: 'Korea'
}]
}
}
},
area: {
title: 'Area',
editor: {
type: 'list',
config: {
list: []
}
}
}
}
```

Guia de contribuição

Nenhum guia de contribuição indexado para este repositório

Avaliação

Esta issue ainda não foi avaliada.

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.