Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

inline select에서 Casecade Select를 사용하는 방법이 궁금합니다. #158

Open
ryankweon opened this issue May 6, 2020 · 0 comments

Comments

@ryankweon
Copy link

A컬럼의 Select값을 변경하면
A컬럼의 코드 또는 부수 적인 값에 따라
B컬럼의 Options 값이 변경되게 처리하고 싶은데 방법이 있을까요?

ex)
A의 options [{code:"a", name: "A", attr:"01"}, {code:"b", name: "B", attr:"01"}, {code:"c", name: "C", attr:"02"}]

A의 선택된 값의 attr이 "01"이면
B의 options는 [{code:"가", name: "가", attr:"01"}, {code:"나", name: "나", attr:"01"}]

A의 선택된 값의 attr이 "02"이면
B의 options는 [{code:"다", name: "다", attr:"02"}, {code:"라", name: "라", attr:"02"}]

처럼 처리하고 싶습니다.

도움을 요청드립니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant