akveo / akveo/ng2-smart-table

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

Open
#967 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
1.6k
Forks
867
PR merge metrics
No merged PRs in 30d

Description

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: []
}
}
}
}
```

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.